#3CB558

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

Shades of Chateau Green #3CB558

Tints of Chateau Green #3CB558

Color information

#3CB558 (or 0x3CB558) is unknown color: approx Chateau Green. HEX triplet: 3C, B5 and 58. RGB value is (60,181,88). Sum of RGB (Red+Green+Blue) = 60+181+88=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB558 is #C34AA7. Grayscale: #868686. Windows color (decimal): -12798632 or 5813564. OLE color: 5813564.

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

Color convert

RGB6018188-
CMYK0.6700.510.29
HSL133.88º50.21%47.25%-
HSV(B)133.88º66.85%70.98%-
XYZ20.1534.7114.87-
YUV134.22101.9175.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 181 (71.09% from 255) = 55.02%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=18.24%
G=55.02%
B=26.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181880.6700.510.29133.8850.2147.25
Hex3CB558430331D86322f
Octal74265130103063352066257
Binary111100101101011011000100001101100111110110000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB558; }

 p { color: rgb(60,181,88); }

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

<style>
 a { background-color: #3CB558; }

 a { background-color: rgb(60,181,88); }

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

<style>
 span { border-color: #3CB558; }

 span { border-color: rgb(60,181,88); }

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