#3B914C

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

Shades of Chateau Green #3B914C

Tints of Chateau Green #3B914C

Color information

#3B914C (or 0x3B914C) is unknown color: approx Chateau Green. HEX triplet: 3B, 91 and 4C. RGB value is (59,145,76). Sum of RGB (Red+Green+Blue) = 59+145+76=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #3B914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B914C is #C46EB3. Grayscale: #6F6F6F. Windows color (decimal): -12873396 or 5017915. OLE color: 5017915.

HSL color Cylindrical-coordinate representation of color #3B914C: hue angle of 131.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B914C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB5914576-
CMYK0.5900.480.43
HSL131.86º42.16%40%-
HSV(B)131.86º59.31%56.86%-
XYZ13.2321.710.33-
YUV111.42108.0190.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=21.07%
G=51.79%
B=27.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59145760.5900.480.43131.8642.1640
Hex3B914C3B0302B842a28
Octal7322111473060532045250
Binary111011100100011001100111011011000010101110000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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