Html Css Color HEX #4AA45F Chateau Green

📋 copy color: '#4AA45F'

red 74 ◦ green 164 ◦ blue 95

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

Shades of Chateau Green #4AA45F

Tints of Chateau Green #4AA45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 22.22%
G = 49.25%
B = 28.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#4AA45F (or 0x4AA45F) is known color: Chateau Green. HEX triplet: 4A, A4 and 5F. RGB value is (74,164,95). Sum of RGB (Red+Green+Blue) = 74+164+95=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA45F is #B55BA0. Grayscale: #818181. Windows color (decimal): -11885473 or 6267978. OLE color: 6267978.

HSL color Cylindrical-coordinate representation of color #4AA45F: hue angle of 134º 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 #4AA45F is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 95 -
CMYK 0.55 0 0.42 0.36
HSL 134º 0.38% 0.47% -
HSV(B) 134º 0.55% 0.64% -
XYZ 18.17 28.83 15.43 -
YUV 129.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 74 164 95 0.55 0 0.42 0.36 134 0.38 0.47
Hex 4A A4 5F 37 0 2A 24 86 26 2F
Octal 112 244 137 67 0 52 44 206 46 57
Binary 1001010 10100100 1011111 110111 0 101010 100100 10000110 100110 101111

Color Harmonies of #4AA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA45F

Black with #4AA45F

Text Example


Text Example

White with #4AA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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