#3CB55D

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

Shades of Chateau Green #3CB55D

Tints of Chateau Green #3CB55D

Color information

#3CB55D (or 0x3CB55D) is unknown color: approx Chateau Green. HEX triplet: 3C, B5 and 5D. RGB value is (60,181,93). Sum of RGB (Red+Green+Blue) = 60+181+93=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB55D is #C34AA2. Grayscale: #878787. Windows color (decimal): -12798627 or 6141244. OLE color: 6141244.

HSL color Cylindrical-coordinate representation of color #3CB55D: hue angle of 136.36º 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 #3CB55D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB6018193-
CMYK0.6700.490.29
HSL136.36º50.21%47.25%-
HSV(B)136.36º66.85%70.98%-
XYZ20.3634.816-
YUV134.79104.4174.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 181 (71.09% from 255) = 54.19%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=17.96%
G=54.19%
B=27.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181930.6700.490.29136.3650.2147.25
Hex3CB55D430311D88322f
Octal74265135103061352106257
Binary111100101101011011101100001101100011110110001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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