#3BAF4E

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

Shades of Chateau Green #3BAF4E

Tints of Chateau Green #3BAF4E

Color information

#3BAF4E (or 0x3BAF4E) is unknown color: approx Chateau Green. HEX triplet: 3B, AF and 4E. RGB value is (59,175,78). Sum of RGB (Red+Green+Blue) = 59+175+78=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF4E is #C450B1. Grayscale: #818181. Windows color (decimal): -12865714 or 5156667. OLE color: 5156667.

HSL color Cylindrical-coordinate representation of color #3BAF4E: hue angle of 129.83º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF4E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB5917578-
CMYK0.6600.550.31
HSL129.83º49.57%45.88%-
HSV(B)129.83º66.29%68.63%-
XYZ18.5132.1412.44-
YUV129.2699.0777.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 175 (68.75% from 255) = 56.09%
BLUE value IS 78 (30.86% from 255) = 25%
R=18.91%
G=56.09%
B=25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59175780.6600.550.31129.8349.5745.88
Hex3BAF4E420371F82322e
Octal73257116102067372026256
Binary111011101011111001110100001001101111111110000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,175,78); }

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

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

 a { background-color: rgb(59,175,78); }

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

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

 span { border-color: rgb(59,175,78); }

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