#3C964B

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

Shades of Chateau Green #3C964B

Tints of Chateau Green #3C964B

Color information

#3C964B (or 0x3C964B) is unknown color: approx Chateau Green. HEX triplet: 3C, 96 and 4B. RGB value is (60,150,75). Sum of RGB (Red+Green+Blue) = 60+150+75=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C964B is #C369B4. Grayscale: #727272. Windows color (decimal): -12806581 or 4953660. OLE color: 4953660.

HSL color Cylindrical-coordinate representation of color #3C964B: hue angle of 130º 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 #3C964B is Cyan = 0.6, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB6015075-
CMYK0.600.50.41
HSL130º42.86%41.18%-
HSV(B)130º60%58.82%-
XYZ14.0423.2810.41-
YUV114.54105.6889.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=21.05%
G=52.63%
B=26.32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60150750.600.50.4113042.8641.18
Hex3C964B3C03229822b29
Octal7422611374062512025351
Binary111100100101101001011111100011001010100110000010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,75); }

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

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

 a { background-color: rgb(60,150,75); }

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

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

 span { border-color: rgb(60,150,75); }

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