#3B8D49

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

Shades of Chateau Green #3B8D49

Tints of Chateau Green #3B8D49

Color information

#3B8D49 (or 0x3B8D49) is unknown color: approx Chateau Green. HEX triplet: 3B, 8D and 49. RGB value is (59,141,73). Sum of RGB (Red+Green+Blue) = 59+141+73=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8D49 is #C472B6. Grayscale: #6C6C6C. Windows color (decimal): -12874423 or 4820283. OLE color: 4820283.

HSL color Cylindrical-coordinate representation of color #3B8D49: hue angle of 130.24º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8D49 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB5914173-
CMYK0.5800.480.45
HSL130.24º41%39.22%-
HSV(B)130.24º58.16%55.29%-
XYZ12.5320.469.59-
YUV108.73107.8392.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=21.61%
G=51.65%
B=26.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59141730.5800.480.45130.244139.22
Hex3B8D493A0302D822927
Octal7321511172060552025147
Binary111011100011011001001111010011000010110110000010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,141,73); }

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

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

 a { background-color: rgb(59,141,73); }

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

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

 span { border-color: rgb(59,141,73); }

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