Html Css Color HEX #44AA64 Chateau Green

📋 copy color: '#44AA64'

red 68 ◦ green 170 ◦ blue 100

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

Shades of Chateau Green #44AA64

Tints of Chateau Green #44AA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 20.12%
G = 50.3%
B = 29.59%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#44AA64 (or 0x44AA64) is known color: Chateau Green. HEX triplet: 44, AA and 64. RGB value is (68,170,100). Sum of RGB (Red+Green+Blue) = 68+170+100=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA64 is #BB559B. Grayscale: #838383. Windows color (decimal): -12277148 or 6597188. OLE color: 6597188.

HSL color Cylindrical-coordinate representation of color #44AA64: hue angle of 138.82º 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 #44AA64 is Cyan = 0.6, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 100 -
CMYK 0.6 0 0.41 0.33
HSL 138.82º 0.43% 0.47% -
HSV(B) 138.82º 0.6% 0.67% -
XYZ 19.06 30.9 17.02 -
YUV 131.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 68 170 100 0.6 0 0.41 0.33 138.82 0.43 0.47
Hex 44 AA 64 3C 0 29 21 8B 2B 2F
Octal 104 252 144 74 0 51 41 213 53 57
Binary 1000100 10101010 1100100 111100 0 101001 100001 10001011 101011 101111

Color Harmonies of #44AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA64

Black with #44AA64

Text Example


Text Example

White with #44AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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