#4B8F60

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

Shades of Chateau Green #4B8F60

Tints of Chateau Green #4B8F60

Color information

#4B8F60 (or 0x4B8F60) is unknown color: approx Chateau Green. HEX triplet: 4B, 8F and 60. RGB value is (75,143,96). Sum of RGB (Red+Green+Blue) = 75+143+96=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F60 is #B4709F. Grayscale: #757575. Windows color (decimal): -11825312 or 6328139. OLE color: 6328139.

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

Color convert

RGB7514396-
CMYK0.4800.330.44
HSL138.53º31.19%42.75%-
HSV(B)138.53º47.55%56.08%-
XYZ14.8421.9914.53-
YUV117.31115.9797.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=23.89%
G=45.54%
B=30.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75143960.4800.330.44138.5331.1942.75
Hex4B8F60300212C8b1f2b
Octal11321714060041542133753
Binary100101110001111110000011000001000011011001000101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,96); }

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

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

 a { background-color: rgb(75,143,96); }

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

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

 span { border-color: rgb(75,143,96); }

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