#44B85A

Color #44B85A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #44B85A

Tints of Chateau Green #44B85A

Color information

#44B85A (or 0x44B85A) is unknown color: approx Chateau Green. HEX triplet: 44, B8 and 5A. RGB value is (68,184,90). Sum of RGB (Red+Green+Blue) = 68+184+90=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #44B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B85A is #BB47A5. Grayscale: #8A8A8A. Windows color (decimal): -12273574 or 5945412. OLE color: 5945412.

HSL color Cylindrical-coordinate representation of color #44B85A: hue angle of 131.38º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B85A is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB6818490-
CMYK0.6300.510.28
HSL131.38º46.03%49.41%-
HSV(B)131.38º63.04%72.16%-
XYZ21.3736.2515.54-
YUV138.6100.5777.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 184 (72.27% from 255) = 53.80%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=19.88%
G=53.80%
B=26.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68184900.6300.510.28131.3846.0349.41
Hex44B85A3F0331C832e31
Octal10427013277063342035661
Binary100010010111000101101011111101100111110010000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B85A; }

 p { color: rgb(68,184,90); }

 H1.HeaderClassName
 {
   color: #44B85A;
 }
 .AnyTagClassName
 {
   color: #44B85A;
 }
</style>
background-color css

<style>
 a { background-color: #44B85A; }

 a { background-color: rgb(68,184,90); }

 div.DivClassName
 {
   background-color: #44B85A;
 }
 .BgClassName
 {
   background-color: #44B85A;
 }
</style>
border-color css

<style>
 span { border-color: #44B85A; }

 span { border-color: rgb(68,184,90); }

 td.TdClassName
 {
   border-color: #44B85A;
 }
 .TagClassName
 {
   border-color: #44B85A;
 }
</style>