#4CB462

Color #4CB462 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #4CB462

Tints of Chateau Green #4CB462

Color information

#4CB462 (or 0x4CB462) is unknown color: approx Chateau Green. HEX triplet: 4C, B4 and 62. RGB value is (76,180,98). Sum of RGB (Red+Green+Blue) = 76+180+98=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB462 is #B34B9D. Grayscale: #8B8B8B. Windows color (decimal): -11750302 or 6468684. OLE color: 6468684.

HSL color Cylindrical-coordinate representation of color #4CB462: hue angle of 132.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB462 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB7618098-
CMYK0.5800.460.29
HSL132.69º40.94%50.2%-
HSV(B)132.69º57.78%70.59%-
XYZ21.5135.0617.19-
YUV139.56104.5482.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.47%
GREEN value IS 180 (70.70% from 255) = 50.85%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=21.47%
G=50.85%
B=27.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180980.5800.460.29132.6940.9450.2
Hex4CB4623A02E1D852932
Octal11426414272056352055162
Binary100110010110100110001011101001011101110110000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,180,98); }

 H1.HeaderClassName
 {
   color: #4CB462;
 }
 .AnyTagClassName
 {
   color: #4CB462;
 }
</style>
background-color css

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

 a { background-color: rgb(76,180,98); }

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

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

 span { border-color: rgb(76,180,98); }

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