Html Css Color HEX #4CA260 Chateau Green

📋 copy color: '#4CA260'

red 76 ◦ green 162 ◦ blue 96

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

Shades of Chateau Green #4CA260

Tints of Chateau Green #4CA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.5%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 22.75%
G = 48.5%
B = 28.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#4CA260 (or 0x4CA260) is known color: Chateau Green. HEX triplet: 4C, A2 and 60. RGB value is (76,162,96). Sum of RGB (Red+Green+Blue) = 76+162+96=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA260 is #B35D9F. Grayscale: #808080. Windows color (decimal): -11754912 or 6333004. OLE color: 6333004.

HSL color Cylindrical-coordinate representation of color #4CA260: hue angle of 133.95º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA260 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 96 -
CMYK 0.53 0 0.41 0.36
HSL 133.95º 0.36% 0.47% -
HSV(B) 133.95º 0.53% 0.64% -
XYZ 18.01 28.22 15.56 -
YUV 128.76 109.51 90.37 -
System Red Green Blue C M Y K H S L
Decimal 76 162 96 0.53 0 0.41 0.36 133.95 0.36 0.47
Hex 4C A2 60 35 0 29 24 86 24 2F
Octal 114 242 140 65 0 51 44 206 44 57
Binary 1001100 10100010 1100000 110101 0 101001 100100 10000110 100100 101111

Color Harmonies of #4CA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA260

Black with #4CA260

Text Example


Text Example

White with #4CA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,96); }

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

background-color css

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

 a { background-color: rgb(76,162,96); }

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

border-color css

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

 span { border-color: rgb(76,162,96); }

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