Html Css Color HEX #4AA45C Chateau Green

📋 copy color: '#4AA45C'

red 74 ◦ green 164 ◦ blue 92

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

Shades of Chateau Green #4AA45C

Tints of Chateau Green #4AA45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 22.42%
G = 49.7%
B = 27.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#4AA45C (or 0x4AA45C) is known color: Chateau Green. HEX triplet: 4A, A4 and 5C. RGB value is (74,164,92). Sum of RGB (Red+Green+Blue) = 74+164+92=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA45C is #B55BA3. Grayscale: #818181. Windows color (decimal): -11885476 or 6071370. OLE color: 6071370.

HSL color Cylindrical-coordinate representation of color #4AA45C: hue angle of 132º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA45C is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 92 -
CMYK 0.55 0 0.44 0.36
HSL 132º 0.38% 0.47% -
HSV(B) 132º 0.55% 0.64% -
XYZ 18.03 28.78 14.73 -
YUV 128.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 74 164 92 0.55 0 0.44 0.36 132 0.38 0.47
Hex 4A A4 5C 37 0 2C 24 84 26 2F
Octal 112 244 134 67 0 54 44 204 46 57
Binary 1001010 10100100 1011100 110111 0 101100 100100 10000100 100110 101111

Color Harmonies of #4AA45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA45C

Black with #4AA45C

Text Example


Text Example

White with #4AA45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,164,92); }

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

background-color css

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

 a { background-color: rgb(74,164,92); }

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

border-color css

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

 span { border-color: rgb(74,164,92); }

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