#4b8e5c

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

Shades of Chateau Green #4B8E5C

Tints of Chateau Green #4B8E5C

Color information

#4B8E5C (or 0x4B8E5C) is unknown color: approx Chateau Green. HEX triplet: 4B, 8E and 5C. RGB value is (75,142,92). Sum of RGB (Red+Green+Blue) = 75+142+92=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8E5C is #B471A3. Grayscale: #747474. Windows color (decimal): -11825572 or 6065739. OLE color: 6065739.

HSL color Cylindrical-coordinate representation of color #4B8E5C: hue angle of 135.22º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E5C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB7514292-
CMYK0.4700.350.44
HSL135.22º30.88%42.55%-
HSV(B)135.22º47.18%55.69%-
XYZ14.5121.6113.53-
YUV116.27114.398.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=24.27%
G=45.95%
B=29.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142920.4700.350.44135.2230.8842.55
Hex4B8E5C2F0232C871f2b
Octal11321613457043542073753
Binary100101110001110101110010111101000111011001000011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b8e5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,92); }

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

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

 a { background-color: rgb(75,142,92); }

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

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

 span { border-color: rgb(75,142,92); }

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