#3BA061

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

Shades of Chateau Green #3BA061

Tints of Chateau Green #3BA061

Color information

#3BA061 (or 0x3BA061) is unknown color: approx Chateau Green. HEX triplet: 3B, A0 and 61. RGB value is (59,160,97). Sum of RGB (Red+Green+Blue) = 59+160+97=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA061 is #C45F9E. Grayscale: #7A7A7A. Windows color (decimal): -12869535 or 6398011. OLE color: 6398011.

HSL color Cylindrical-coordinate representation of color #3BA061: hue angle of 142.57º 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 #3BA061 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB5916097-
CMYK0.6300.390.37
HSL142.57º46.12%42.94%-
HSV(B)142.57º63.13%62.75%-
XYZ16.5326.9315.64-
YUV122.62113.5482.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=18.67%
G=50.63%
B=30.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59160970.6300.390.37142.5746.1242.94
Hex3BA0613F027258f2e2b
Octal7324014177047452175653
Binary111011101000001100001111111010011110010110001111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,160,97); }

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

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

 a { background-color: rgb(59,160,97); }

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

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

 span { border-color: rgb(59,160,97); }

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