#3BA963

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

Shades of Chateau Green #3BA963

Tints of Chateau Green #3BA963

Color information

#3BA963 (or 0x3BA963) is unknown color: approx Chateau Green. HEX triplet: 3B, A9 and 63. RGB value is (59,169,99). Sum of RGB (Red+Green+Blue) = 59+169+99=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA963 is #C4569C. Grayscale: #808080. Windows color (decimal): -12867229 or 6531387. OLE color: 6531387.

HSL color Cylindrical-coordinate representation of color #3BA963: hue angle of 141.82º 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 #3BA963 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB5916999-
CMYK0.6500.410.34
HSL141.82º48.25%44.71%-
HSV(B)141.82º65.09%66.27%-
XYZ18.2430.2116.67-
YUV128.13111.5678.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 169 (66.41% from 255) = 51.68%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=18.04%
G=51.68%
B=30.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59169990.6500.410.34141.8248.2544.71
Hex3BA96341029228e302d
Octal73251143101051422166055
Binary1110111010100111000111000001010100110001010001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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