#3BA960

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

Shades of Chateau Green #3BA960

Tints of Chateau Green #3BA960

Color information

#3BA960 (or 0x3BA960) is unknown color: approx Chateau Green. HEX triplet: 3B, A9 and 60. RGB value is (59,169,96). Sum of RGB (Red+Green+Blue) = 59+169+96=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA960 is #C4569F. Grayscale: #7F7F7F. Windows color (decimal): -12867232 or 6334779. OLE color: 6334779.

HSL color Cylindrical-coordinate representation of color #3BA960: hue angle of 140.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA960 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB5916996-
CMYK0.6500.430.34
HSL140.18º48.25%44.71%-
HSV(B)140.18º65.09%66.27%-
XYZ18.130.1515.93-
YUV127.79110.0678.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=18.21%
G=52.16%
B=29.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59169960.6500.430.34140.1848.2544.71
Hex3BA9604102B228c302d
Octal73251140101053422146055
Binary1110111010100111000001000001010101110001010001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,169,96); }

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

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

 a { background-color: rgb(59,169,96); }

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

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

 span { border-color: rgb(59,169,96); }

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