#3C9B5D

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

Shades of Chateau Green #3C9B5D

Tints of Chateau Green #3C9B5D

Color information

#3C9B5D (or 0x3C9B5D) is unknown color: approx Chateau Green. HEX triplet: 3C, 9B and 5D. RGB value is (60,155,93). Sum of RGB (Red+Green+Blue) = 60+155+93=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B5D is #C364A2. Grayscale: #777777. Windows color (decimal): -12805283 or 6134588. OLE color: 6134588.

HSL color Cylindrical-coordinate representation of color #3C9B5D: hue angle of 140.84º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B5D is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB6015593-
CMYK0.6100.40.39
HSL140.84º44.19%42.16%-
HSV(B)140.84º61.29%60.78%-
XYZ15.5625.1914.4-
YUV119.53113.0385.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=19.48%
G=50.32%
B=30.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60155930.6100.40.39140.8444.1942.16
Hex3C9B5D3D028278d2c2a
Octal7423313575050472155452
Binary111100100110111011101111101010100010011110001101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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