Html Css Color HEX #4DAB64 Chateau Green

📋 copy color: '#4DAB64'

red 77 ◦ green 171 ◦ blue 100

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

Shades of Chateau Green #4DAB64

Tints of Chateau Green #4DAB64

RGB

 RED value IS 77 (30.47% from 255) = 22.13%

 GREEN value IS 171 (67.19% from 255) = 49.14%

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

R = 22.13%
G = 49.14%
B = 28.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#4DAB64 (or 0x4DAB64) is known color: Chateau Green. HEX triplet: 4D, AB and 64. RGB value is (77,171,100). Sum of RGB (Red+Green+Blue) = 77+171+100=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB64 is #B2549B. Grayscale: #868686. Windows color (decimal): -11687068 or 6597453. OLE color: 6597453.

HSL color Cylindrical-coordinate representation of color #4DAB64: hue angle of 134.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB64 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 171 100 -
CMYK 0.55 0 0.42 0.33
HSL 134.68º 0.38% 0.49% -
HSV(B) 134.68º 0.55% 0.67% -
XYZ 19.92 31.62 17.11 -
YUV 134.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 77 171 100 0.55 0 0.42 0.33 134.68 0.38 0.49
Hex 4D AB 64 37 0 2A 21 87 26 31
Octal 115 253 144 67 0 52 41 207 46 61
Binary 1001101 10101011 1100100 110111 0 101010 100001 10000111 100110 110001

Color Harmonies of #4DAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB64

Black with #4DAB64

Text Example


Text Example

White with #4DAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,171,100); }

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

background-color css

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

 a { background-color: rgb(77,171,100); }

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

border-color css

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

 span { border-color: rgb(77,171,100); }

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