#3C975B

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

Shades of Chateau Green #3C975B

Tints of Chateau Green #3C975B

Color information

#3C975B (or 0x3C975B) is unknown color: approx Chateau Green. HEX triplet: 3C, 97 and 5B. RGB value is (60,151,91). Sum of RGB (Red+Green+Blue) = 60+151+91=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #3C975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C975B is #C368A4. Grayscale: #757575. Windows color (decimal): -12806309 or 6002492. OLE color: 6002492.

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

Color convert

RGB6015191-
CMYK0.6000.400.41
HSL140.44º43.13%41.37%-
HSV(B)140.44º60.26%59.22%-
XYZ14.8223.8513.72-
YUV116.95113.3587.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=19.87%
G=50%
B=30.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60151910.6000.400.41140.4443.1341.37
Hex3C975B3C028298c2b29
Octal7422713374050512145351
Binary111100100101111011011111100010100010100110001100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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