#3B964C

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

Shades of Chateau Green #3B964C

Tints of Chateau Green #3B964C

Color information

#3B964C (or 0x3B964C) is unknown color: approx Chateau Green. HEX triplet: 3B, 96 and 4C. RGB value is (59,150,76). Sum of RGB (Red+Green+Blue) = 59+150+76=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3B964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B964C is #C469B3. Grayscale: #727272. Windows color (decimal): -12872116 or 5019195. OLE color: 5019195.

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

Color convert

RGB5915076-
CMYK0.6100.490.41
HSL131.21º43.54%40.98%-
HSV(B)131.21º60.67%58.82%-
XYZ14.0123.2610.59-
YUV114.36106.3588.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=20.70%
G=52.63%
B=26.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59150760.6100.490.41131.2143.5440.98
Hex3B964C3D03129832c29
Octal7322611475061512035451
Binary111011100101101001100111101011000110100110000011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,76); }

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

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

 a { background-color: rgb(59,150,76); }

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

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

 span { border-color: rgb(59,150,76); }

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