Html Css Color HEX #4CA066 Chateau Green

📋 copy color: '#4CA066'

red 76 ◦ green 160 ◦ blue 102

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

Shades of Chateau Green #4CA066

Tints of Chateau Green #4CA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.34%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 22.49%
G = 47.34%
B = 30.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#4CA066 (or 0x4CA066) is known color: Chateau Green. HEX triplet: 4C, A0 and 66. RGB value is (76,160,102). Sum of RGB (Red+Green+Blue) = 76+160+102=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA066 is #B35F99. Grayscale: #808080. Windows color (decimal): -11755418 or 6725708. OLE color: 6725708.

HSL color Cylindrical-coordinate representation of color #4CA066: hue angle of 138.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA066 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 160 102 -
CMYK 0.52 0 0.36 0.37
HSL 138.57º 0.36% 0.46% -
HSV(B) 138.57º 0.53% 0.63% -
XYZ 17.95 27.64 16.96 -
YUV 128.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 76 160 102 0.52 0 0.36 0.37 138.57 0.36 0.46
Hex 4C A0 66 34 0 24 25 8B 24 2E
Octal 114 240 146 64 0 44 45 213 44 56
Binary 1001100 10100000 1100110 110100 0 100100 100101 10001011 100100 101110

Color Harmonies of #4CA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA066

Black with #4CA066

Text Example


Text Example

White with #4CA066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,160,102); }

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

background-color css

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

 a { background-color: rgb(76,160,102); }

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

border-color css

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

 span { border-color: rgb(76,160,102); }

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