#3B964B

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

Shades of Chateau Green #3B964B

Tints of Chateau Green #3B964B

Color information

#3B964B (or 0x3B964B) is unknown color: approx Chateau Green. HEX triplet: 3B, 96 and 4B. RGB value is (59,150,75). Sum of RGB (Red+Green+Blue) = 59+150+75=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #3B964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B964B is #C469B4. Grayscale: #727272. Windows color (decimal): -12872117 or 4953659. OLE color: 4953659.

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

Color convert

RGB5915075-
CMYK0.6100.50.41
HSL130.55º43.54%40.98%-
HSV(B)130.55º60.67%58.82%-
XYZ13.9823.2510.41-
YUV114.24105.8588.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=20.77%
G=52.82%
B=26.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59150750.6100.50.41130.5543.5440.98
Hex3B964B3D03229832c29
Octal7322611375062512035451
Binary111011100101101001011111101011001010100110000011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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