#3B964A

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

Shades of Chateau Green #3B964A

Tints of Chateau Green #3B964A

Color information

#3B964A (or 0x3B964A) is unknown color: approx Chateau Green. HEX triplet: 3B, 96 and 4A. RGB value is (59,150,74). Sum of RGB (Red+Green+Blue) = 59+150+74=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #3B964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B964A is #C469B5. Grayscale: #727272. Windows color (decimal): -12872118 or 4888123. OLE color: 4888123.

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

Color convert

RGB5915074-
CMYK0.6100.510.41
HSL129.89º43.54%40.98%-
HSV(B)129.89º60.67%58.82%-
XYZ13.9523.2410.23-
YUV114.13105.3588.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=20.85%
G=53.00%
B=26.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59150740.6100.510.41129.8943.5440.98
Hex3B964A3D03329822c29
Octal7322611275063512025451
Binary111011100101101001010111101011001110100110000010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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