#3BC056

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

Shades of Chateau Green #3BC056

Tints of Chateau Green #3BC056

Color information

#3BC056 (or 0x3BC056) is unknown color: approx Chateau Green. HEX triplet: 3B, C0 and 56. RGB value is (59,192,86). Sum of RGB (Red+Green+Blue) = 59+192+86=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC056 is #C43FA9. Grayscale: #8C8C8C. Windows color (decimal): -12861354 or 5685307. OLE color: 5685307.

HSL color Cylindrical-coordinate representation of color #3BC056: hue angle of 132.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC056 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB5919286-
CMYK0.6900.550.25
HSL132.18º52.99%49.22%-
HSV(B)132.18º69.27%75.29%-
XYZ22.3339.315.21-
YUV140.1597.4470.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.51%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=17.51%
G=56.97%
B=25.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59192860.6900.550.25132.1852.9949.22
Hex3BC0564503719843531
Octal73300126105067312046561
Binary111011110000001010110100010101101111100110000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,86); }

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

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

 a { background-color: rgb(59,192,86); }

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

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

 span { border-color: rgb(59,192,86); }

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