Html Css Color HEX #44AA5E Chateau Green

📋 copy color: '#44AA5E'

red 68 ◦ green 170 ◦ blue 94

#44AA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #44AA5E

Tints of Chateau Green #44AA5E

RGB

 RED value IS 68 (26.95% from 255) = 20.48%

 GREEN value IS 170 (66.8% from 255) = 51.2%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 20.48%
G = 51.2%
B = 28.31%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#44AA5E (or 0x44AA5E) is known color: Chateau Green. HEX triplet: 44, AA and 5E. RGB value is (68,170,94). Sum of RGB (Red+Green+Blue) = 68+170+94=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA5E is #BB55A1. Grayscale: #838383. Windows color (decimal): -12277154 or 6203972. OLE color: 6203972.

HSL color Cylindrical-coordinate representation of color #44AA5E: hue angle of 135.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA5E is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 94 -
CMYK 0.6 0 0.45 0.33
HSL 135.29º 0.43% 0.47% -
HSV(B) 135.29º 0.6% 0.67% -
XYZ 18.78 30.79 15.54 -
YUV 130.84 107.21 83.18 -
System Red Green Blue C M Y K H S L
Decimal 68 170 94 0.6 0 0.45 0.33 135.29 0.43 0.47
Hex 44 AA 5E 3C 0 2D 21 87 2B 2F
Octal 104 252 136 74 0 55 41 207 53 57
Binary 1000100 10101010 1011110 111100 0 101101 100001 10000111 101011 101111

Color Harmonies of #44AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA5E

Black with #44AA5E

Text Example


Text Example

White with #44AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,170,94); }

 H1.HeaderClassName
 {
   color: #44AA5E;
 }
 .AnyTagClassName
 {
   color: #44AA5E;
 }
</style>

background-color css

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

 a { background-color: rgb(68,170,94); }

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

border-color css

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

 span { border-color: rgb(68,170,94); }

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