#3C9350

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

Shades of Chateau Green #3C9350

Tints of Chateau Green #3C9350

Color information

#3C9350 (or 0x3C9350) is unknown color: approx Chateau Green. HEX triplet: 3C, 93 and 50. RGB value is (60,147,80). Sum of RGB (Red+Green+Blue) = 60+147+80=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9350 is #C36CAF. Grayscale: #717171. Windows color (decimal): -12807344 or 5280572. OLE color: 5280572.

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

Color convert

RGB6014780-
CMYK0.5900.460.42
HSL133.79º42.03%40.59%-
HSV(B)133.79º59.18%57.65%-
XYZ13.7522.4111.19-
YUV113.35109.1889.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=20.91%
G=51.22%
B=27.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60147800.5900.460.42133.7942.0340.59
Hex3C93503B02E2A862a29
Octal7422312073056522065251
Binary111100100100111010000111011010111010101010000110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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