#3BA158

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

Shades of Chateau Green #3BA158

Tints of Chateau Green #3BA158

Color information

#3BA158 (or 0x3BA158) is unknown color: approx Chateau Green. HEX triplet: 3B, A1 and 58. RGB value is (59,161,88). Sum of RGB (Red+Green+Blue) = 59+161+88=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA158 is #C45EA7. Grayscale: #7A7A7A. Windows color (decimal): -12869288 or 5808443. OLE color: 5808443.

HSL color Cylindrical-coordinate representation of color #3BA158: hue angle of 137.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA158 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB5916188-
CMYK0.6300.450.37
HSL137.06º46.36%43.14%-
HSV(B)137.06º63.35%63.14%-
XYZ16.3127.1213.61-
YUV122.18108.7182.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=19.16%
G=52.27%
B=28.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59161880.6300.450.37137.0646.3643.14
Hex3BA1583F02D25892e2b
Octal7324113077055452115653
Binary111011101000011011000111111010110110010110001001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,88); }

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

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

 a { background-color: rgb(59,161,88); }

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

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

 span { border-color: rgb(59,161,88); }

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