#3BC355

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

Shades of Chateau Green #3BC355

Tints of Chateau Green #3BC355

Color information

#3BC355 (or 0x3BC355) is unknown color: approx Chateau Green. HEX triplet: 3B, C3 and 55. RGB value is (59,195,85). Sum of RGB (Red+Green+Blue) = 59+195+85=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC355 is #C43CAA. Grayscale: #8E8E8E. Windows color (decimal): -12860587 or 5620539. OLE color: 5620539.

HSL color Cylindrical-coordinate representation of color #3BC355: hue angle of 131.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC355 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB5919585-
CMYK0.7000.560.24
HSL131.47º53.54%49.8%-
HSV(B)131.47º69.74%76.47%-
XYZ22.9640.6215.22-
YUV141.895.9468.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.40%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=17.40%
G=57.52%
B=25.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59195850.7000.560.24131.4753.5449.8
Hex3BC3554603818833632
Octal73303125106070302036662
Binary111011110000111010101100011001110001100010000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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