#3BAC5B

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

Shades of Chateau Green #3BAC5B

Tints of Chateau Green #3BAC5B

Color information

#3BAC5B (or 0x3BAC5B) is unknown color: approx Chateau Green. HEX triplet: 3B, AC and 5B. RGB value is (59,172,91). Sum of RGB (Red+Green+Blue) = 59+172+91=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC5B is #C453A4. Grayscale: #818181. Windows color (decimal): -12866469 or 6007867. OLE color: 6007867.

HSL color Cylindrical-coordinate representation of color #3BAC5B: hue angle of 136.99º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC5B is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB5917291-
CMYK0.6600.470.33
HSL136.99º48.92%45.29%-
HSV(B)136.99º65.7%67.45%-
XYZ18.4431.1914.95-
YUV128.98106.5678.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 172 (67.58% from 255) = 53.42%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=18.32%
G=53.42%
B=28.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59172910.6600.470.33136.9948.9245.29
Hex3BAC5B4202F2189312d
Octal73254133102057412116155
Binary1110111010110010110111000010010111110000110001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,172,91); }

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

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

 a { background-color: rgb(59,172,91); }

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

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

 span { border-color: rgb(59,172,91); }

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