#3BB255

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

Shades of Chateau Green #3BB255

Tints of Chateau Green #3BB255

Color information

#3BB255 (or 0x3BB255) is unknown color: approx Chateau Green. HEX triplet: 3B, B2 and 55. RGB value is (59,178,85). Sum of RGB (Red+Green+Blue) = 59+178+85=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB255 is #C44DAA. Grayscale: #848484. Windows color (decimal): -12864939 or 5616187. OLE color: 5616187.

HSL color Cylindrical-coordinate representation of color #3BB255: hue angle of 133.11º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB255 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB5917885-
CMYK0.6700.520.30
HSL133.11º50.21%46.47%-
HSV(B)133.11º66.85%69.8%-
XYZ19.3633.4314.03-
YUV131.82101.5876.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 178 (69.92% from 255) = 55.28%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=18.32%
G=55.28%
B=26.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59178850.6700.520.30133.1150.2146.47
Hex3BB255430341E85322e
Octal73262125103064362056256
Binary111011101100101010101100001101101001111010000101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,85); }

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

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

 a { background-color: rgb(59,178,85); }

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

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

 span { border-color: rgb(59,178,85); }

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