#3CB55B

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

Shades of Chateau Green #3CB55B

Tints of Chateau Green #3CB55B

Color information

#3CB55B (or 0x3CB55B) is unknown color: approx Chateau Green. HEX triplet: 3C, B5 and 5B. RGB value is (60,181,91). Sum of RGB (Red+Green+Blue) = 60+181+91=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB55B is #C34AA4. Grayscale: #868686. Windows color (decimal): -12798629 or 6010172. OLE color: 6010172.

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

Color convert

RGB6018191-
CMYK0.6700.500.29
HSL135.37º50.21%47.25%-
HSV(B)135.37º66.85%70.98%-
XYZ20.2834.7615.54-
YUV134.56103.4174.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 181 (71.09% from 255) = 54.52%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=18.07%
G=54.52%
B=27.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181910.6700.500.29135.3750.2147.25
Hex3CB55B430321D87322f
Octal74265133103062352076257
Binary111100101101011011011100001101100101110110000111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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