#3BA650

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

Shades of Chateau Green #3BA650

Tints of Chateau Green #3BA650

Color information

#3BA650 (or 0x3BA650) is unknown color: approx Chateau Green. HEX triplet: 3B, A6 and 50. RGB value is (59,166,80). Sum of RGB (Red+Green+Blue) = 59+166+80=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA650 is #C459AF. Grayscale: #7C7C7C. Windows color (decimal): -12868016 or 5285435. OLE color: 5285435.

HSL color Cylindrical-coordinate representation of color #3BA650: hue angle of 131.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA650 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB5916680-
CMYK0.6400.520.35
HSL131.78º47.56%44.12%-
HSV(B)131.78º64.46%65.1%-
XYZ16.8928.7812.25-
YUV124.2103.0581.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 166 (65.23% from 255) = 54.43%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=19.34%
G=54.43%
B=26.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59166800.6400.520.35131.7847.5644.12
Hex3BA650400342384302c
Octal73246120100064432046054
Binary1110111010011010100001000000011010010001110000100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,80); }

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

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

 a { background-color: rgb(59,166,80); }

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

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

 span { border-color: rgb(59,166,80); }

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