#3C9555

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

Shades of Chateau Green #3C9555

Tints of Chateau Green #3C9555

Color information

#3C9555 (or 0x3C9555) is unknown color: approx Chateau Green. HEX triplet: 3C, 95 and 55. RGB value is (60,149,85). Sum of RGB (Red+Green+Blue) = 60+149+85=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9555 is #C36AAA. Grayscale: #737373. Windows color (decimal): -12806827 or 5608764. OLE color: 5608764.

HSL color Cylindrical-coordinate representation of color #3C9555: hue angle of 136.85º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9555 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB6014985-
CMYK0.6000.430.42
HSL136.85º42.58%40.98%-
HSV(B)136.85º59.73%58.43%-
XYZ14.2523.1112.3-
YUV115.09111.0188.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=20.41%
G=50.68%
B=28.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149850.6000.430.42136.8542.5840.98
Hex3C95553C02B2A892b29
Octal7422512574053522115351
Binary111100100101011010101111100010101110101010001001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,85); }

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

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

 a { background-color: rgb(60,149,85); }

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

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

 span { border-color: rgb(60,149,85); }

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