Html Css Color HEX #4AAA60 Chateau Green

📋 copy color: '#4AAA60'

red 74 ◦ green 170 ◦ blue 96

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

Shades of Chateau Green #4AAA60

Tints of Chateau Green #4AAA60

RGB

 RED value IS 74 (29.3% from 255) = 21.76%

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

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 21.76%
G = 50%
B = 28.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#4AAA60 (or 0x4AAA60) is known color: Chateau Green. HEX triplet: 4A, AA and 60. RGB value is (74,170,96). Sum of RGB (Red+Green+Blue) = 74+170+96=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA60 is #B5559F. Grayscale: #858585. Windows color (decimal): -11883936 or 6335050. OLE color: 6335050.

HSL color Cylindrical-coordinate representation of color #4AAA60: hue angle of 133.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA60 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 96 -
CMYK 0.56 0 0.44 0.33
HSL 133.75º 0.39% 0.48% -
HSV(B) 133.75º 0.56% 0.67% -
XYZ 19.31 31.05 16.04 -
YUV 132.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 74 170 96 0.56 0 0.44 0.33 133.75 0.39 0.48
Hex 4A AA 60 38 0 2C 21 86 27 30
Octal 112 252 140 70 0 54 41 206 47 60
Binary 1001010 10101010 1100000 111000 0 101100 100001 10000110 100111 110000

Color Harmonies of #4AAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA60

Black with #4AAA60

Text Example


Text Example

White with #4AAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAA60; }

 p { color: rgb(74,170,96); }

 H1.HeaderClassName
 {
   color: #4AAA60;
 }
 .AnyTagClassName
 {
   color: #4AAA60;
 }
</style>

background-color css

<style>
 a { background-color: #4AAA60; }

 a { background-color: rgb(74,170,96); }

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

border-color css

<style>
 span { border-color: #4AAA60; }

 span { border-color: rgb(74,170,96); }

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