#3BA04F

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

Shades of Chateau Green #3BA04F

Tints of Chateau Green #3BA04F

Color information

#3BA04F (or 0x3BA04F) is unknown color: approx Chateau Green. HEX triplet: 3B, A0 and 4F. RGB value is (59,160,79). Sum of RGB (Red+Green+Blue) = 59+160+79=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA04F is #C45FB0. Grayscale: #787878. Windows color (decimal): -12869553 or 5218363. OLE color: 5218363.

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

Color convert

RGB5916079-
CMYK0.6300.510.37
HSL131.88º46.12%42.94%-
HSV(B)131.88º63.13%62.75%-
XYZ15.7926.6411.71-
YUV120.57104.5484.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 160 (62.89% from 255) = 53.69%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=19.80%
G=53.69%
B=26.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59160790.6300.510.37131.8846.1242.94
Hex3BA04F3F03325842e2b
Octal7324011777063452045653
Binary111011101000001001111111111011001110010110000100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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