#4BB560

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

Shades of Chateau Green #4BB560

Tints of Chateau Green #4BB560

Color information

#4BB560 (or 0x4BB560) is unknown color: approx Chateau Green. HEX triplet: 4B, B5 and 60. RGB value is (75,181,96). Sum of RGB (Red+Green+Blue) = 75+181+96=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB560 is #B44A9F. Grayscale: #8B8B8B. Windows color (decimal): -11815584 or 6337867. OLE color: 6337867.

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

Color convert

RGB7518196-
CMYK0.5900.470.29
HSL131.89º41.73%50.2%-
HSV(B)131.89º58.56%70.98%-
XYZ21.5435.3916.76-
YUV139.62103.3881.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 181 (71.09% from 255) = 51.42%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=21.31%
G=51.42%
B=27.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75181960.5900.470.29131.8941.7350.2
Hex4BB5603B02F1D842a32
Octal11326514073057352045262
Binary100101110110101110000011101101011111110110000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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