Html Css Color HEX #4AA564 Chateau Green

📋 copy color: '#4AA564'

red 74 ◦ green 165 ◦ blue 100

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

Shades of Chateau Green #4AA564

Tints of Chateau Green #4AA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

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

R = 21.83%
G = 48.67%
B = 29.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#4AA564 (or 0x4AA564) is known color: Chateau Green. HEX triplet: 4A, A5 and 64. RGB value is (74,165,100). Sum of RGB (Red+Green+Blue) = 74+165+100=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA564 is #B55A9B. Grayscale: #828282. Windows color (decimal): -11885212 or 6595914. OLE color: 6595914.

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

Color convert

RGB 74 165 100 -
CMYK 0.55 0 0.39 0.35
HSL 137.14º 0.38% 0.47% -
HSV(B) 137.14º 0.55% 0.65% -
XYZ 18.58 29.29 16.73 -
YUV 130.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 74 165 100 0.55 0 0.39 0.35 137.14 0.38 0.47
Hex 4A A5 64 37 0 27 23 89 26 2F
Octal 112 245 144 67 0 47 43 211 46 57
Binary 1001010 10100101 1100100 110111 0 100111 100011 10001001 100110 101111

Color Harmonies of #4AA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA564

Black with #4AA564

Text Example


Text Example

White with #4AA564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,165,100); }

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

background-color css

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

 a { background-color: rgb(74,165,100); }

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

border-color css

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

 span { border-color: rgb(74,165,100); }

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