#4B8C57

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

Shades of Chateau Green #4B8C57

Tints of Chateau Green #4B8C57

Color information

#4B8C57 (or 0x4B8C57) is unknown color: approx Chateau Green. HEX triplet: 4B, 8C and 57. RGB value is (75,140,87). Sum of RGB (Red+Green+Blue) = 75+140+87=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C57 is #B473A8. Grayscale: #727272. Windows color (decimal): -11826089 or 5737547. OLE color: 5737547.

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

Color convert

RGB7514087-
CMYK0.4600.380.45
HSL131.08º30.23%42.16%-
HSV(B)131.08º46.43%54.9%-
XYZ1420.9412.32-
YUV114.52112.4799.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 140 (55.08% from 255) = 46.36%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=24.83%
G=46.36%
B=28.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75140870.4600.380.45131.0830.2342.16
Hex4B8C572E0262D831e2a
Octal11321412756046552033652
Binary100101110001100101011110111001001101011011000001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,87); }

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

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

 a { background-color: rgb(75,140,87); }

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

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

 span { border-color: rgb(75,140,87); }

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