Html Css Color HEX #4AAD64 Chateau Green

📋 copy color: '#4AAD64'

red 74 ◦ green 173 ◦ blue 100

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

Shades of Chateau Green #4AAD64

Tints of Chateau Green #4AAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 21.33%
G = 49.86%
B = 28.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#4AAD64 (or 0x4AAD64) is known color: Chateau Green. HEX triplet: 4A, AD and 64. RGB value is (74,173,100). Sum of RGB (Red+Green+Blue) = 74+173+100=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAD64 is #B5529B. Grayscale: #878787. Windows color (decimal): -11883164 or 6597962. OLE color: 6597962.

HSL color Cylindrical-coordinate representation of color #4AAD64: hue angle of 135.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD64 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 100 -
CMYK 0.57 0 0.42 0.32
HSL 135.76º 0.4% 0.48% -
HSV(B) 135.76º 0.57% 0.68% -
XYZ 20.07 32.26 17.23 -
YUV 135.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 74 173 100 0.57 0 0.42 0.32 135.76 0.4 0.48
Hex 4A AD 64 39 0 2A 20 88 28 30
Octal 112 255 144 71 0 52 40 210 50 60
Binary 1001010 10101101 1100100 111001 0 101010 100000 10001000 101000 110000

Color Harmonies of #4AAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD64

Black with #4AAD64

Text Example


Text Example

White with #4AAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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