#3C995A

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

Shades of Chateau Green #3C995A

Tints of Chateau Green #3C995A

Color information

#3C995A (or 0x3C995A) is unknown color: approx Chateau Green. HEX triplet: 3C, 99 and 5A. RGB value is (60,153,90). Sum of RGB (Red+Green+Blue) = 60+153+90=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995A is #C366A5. Grayscale: #767676. Windows color (decimal): -12805798 or 5937468. OLE color: 5937468.

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

Color convert

RGB6015390-
CMYK0.6100.410.4
HSL139.35º43.66%41.76%-
HSV(B)139.35º60.78%60%-
XYZ15.124.4813.6-
YUV118.01112.1986.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=19.80%
G=50.50%
B=29.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60153900.6100.410.4139.3543.6641.76
Hex3C995A3D029288b2c2a
Octal7423113275051502135452
Binary111100100110011011010111101010100110100010001011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,153,90); }

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

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

 a { background-color: rgb(60,153,90); }

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

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

 span { border-color: rgb(60,153,90); }

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