#3C6A52

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

Shades of Stromboli #3C6A52

Tints of Stromboli #3C6A52

Color information

#3C6A52 (or 0x3C6A52) is unknown color: approx Stromboli. HEX triplet: 3C, 6A and 52. RGB value is (60,106,82). Sum of RGB (Red+Green+Blue) = 60+106+82=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A52 is #C395AD. Grayscale: #595959. Windows color (decimal): -12817838 or 5401148. OLE color: 5401148.

HSL color Cylindrical-coordinate representation of color #3C6A52: hue angle of 148.7º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A52 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6010682-
CMYK0.4300.230.58
HSL148.7º27.71%32.55%-
HSV(B)148.7º43.4%41.57%-
XYZ8.5411.889.83-
YUV89.51123.76106.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=24.19%
G=42.74%
B=33.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60106820.4300.230.58148.727.7132.55
Hex3C6A522B0173A951c21
Octal7415212253027722253441
Binary111100110101010100101010110101111110101001010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,106,82); }

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

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

 a { background-color: rgb(60,106,82); }

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

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

 span { border-color: rgb(60,106,82); }

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