Html Css Color HEX #4CAC64 Chateau Green

📋 copy color: '#4CAC64'

red 76 ◦ green 172 ◦ blue 100

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

Shades of Chateau Green #4CAC64

Tints of Chateau Green #4CAC64

RGB

 RED value IS 76 (30.08% from 255) = 21.84%

 GREEN value IS 172 (67.58% from 255) = 49.43%

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

R = 21.84%
G = 49.43%
B = 28.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#4CAC64 (or 0x4CAC64) is known color: Chateau Green. HEX triplet: 4C, AC and 64. RGB value is (76,172,100). Sum of RGB (Red+Green+Blue) = 76+172+100=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC64 is #B3539B. Grayscale: #878787. Windows color (decimal): -11752348 or 6597708. OLE color: 6597708.

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

Color convert

RGB 76 172 100 -
CMYK 0.56 0 0.42 0.33
HSL 135º 0.39% 0.49% -
HSV(B) 135º 0.56% 0.67% -
XYZ 20.03 31.96 17.17 -
YUV 135.09 108.2 85.85 -
System Red Green Blue C M Y K H S L
Decimal 76 172 100 0.56 0 0.42 0.33 135 0.39 0.49
Hex 4C AC 64 38 0 2A 21 87 27 31
Octal 114 254 144 70 0 52 41 207 47 61
Binary 1001100 10101100 1100100 111000 0 101010 100001 10000111 100111 110001

Color Harmonies of #4CAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC64

Black with #4CAC64

Text Example


Text Example

White with #4CAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,100); }

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

background-color css

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

 a { background-color: rgb(76,172,100); }

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

border-color css

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

 span { border-color: rgb(76,172,100); }

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