#3BB550

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

Shades of Chateau Green #3BB550

Tints of Chateau Green #3BB550

Color information

#3BB550 (or 0x3BB550) is unknown color: approx Chateau Green. HEX triplet: 3B, B5 and 50. RGB value is (59,181,80). Sum of RGB (Red+Green+Blue) = 59+181+80=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB550 is #C44AAF. Grayscale: #858585. Windows color (decimal): -12864176 or 5289275. OLE color: 5289275.

HSL color Cylindrical-coordinate representation of color #3BB550: hue angle of 130.33º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB550 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB5918180-
CMYK0.6700.560.29
HSL130.33º50.83%47.06%-
HSV(B)130.33º67.4%70.98%-
XYZ19.7834.5613.22-
YUV133.0198.0875.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 181 (71.09% from 255) = 56.56%
BLUE value IS 80 (31.64% from 255) = 25%
R=18.44%
G=56.56%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59181800.6700.560.29130.3350.8347.06
Hex3BB550430381D82332f
Octal73265120103070352026357
Binary111011101101011010000100001101110001110110000010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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