#3C6053

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

Shades of Stromboli #3C6053

Tints of Stromboli #3C6053

Color information

#3C6053 (or 0x3C6053) is unknown color: approx Stromboli. HEX triplet: 3C, 60 and 53. RGB value is (60,96,83). Sum of RGB (Red+Green+Blue) = 60+96+83=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6053 is #C39FAC. Grayscale: #535353. Windows color (decimal): -12820397 or 5464124. OLE color: 5464124.

HSL color Cylindrical-coordinate representation of color #3C6053: hue angle of 158.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6053 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB609683-
CMYK0.3800.140.62
HSL158.33º23.08%30.59%-
HSV(B)158.33º37.5%37.65%-
XYZ7.619.959.7-
YUV83.75127.57111.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=25.10%
G=40.17%
B=34.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096830.3800.140.62158.3323.0830.59
Hex3C6053260E3E9e171f
Octal7414012346016762362737
Binary1111001100000101001110011001110111110100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,83); }

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

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

 a { background-color: rgb(60,96,83); }

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

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

 span { border-color: rgb(60,96,83); }

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