#3C9550

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

Shades of Chateau Green #3C9550

Tints of Chateau Green #3C9550

Color information

#3C9550 (or 0x3C9550) is unknown color: approx Chateau Green. HEX triplet: 3C, 95 and 50. RGB value is (60,149,80). Sum of RGB (Red+Green+Blue) = 60+149+80=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9550 is #C36AAF. Grayscale: #727272. Windows color (decimal): -12806832 or 5281084. OLE color: 5281084.

HSL color Cylindrical-coordinate representation of color #3C9550: hue angle of 133.48º 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 #3C9550 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB6014980-
CMYK0.6000.460.42
HSL133.48º42.58%40.98%-
HSV(B)133.48º59.73%58.43%-
XYZ14.0623.0311.29-
YUV114.52108.5189.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=20.76%
G=51.56%
B=27.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149800.6000.460.42133.4842.5840.98
Hex3C95503C02E2A852b29
Octal7422512074056522055351
Binary111100100101011010000111100010111010101010000101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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