#3C6A54

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

Shades of Stromboli #3C6A54

Tints of Stromboli #3C6A54

Color information

#3C6A54 (or 0x3C6A54) is unknown color: approx Stromboli. HEX triplet: 3C, 6A and 54. RGB value is (60,106,84). Sum of RGB (Red+Green+Blue) = 60+106+84=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A54 is #C395AB. Grayscale: #595959. Windows color (decimal): -12817836 or 5532220. OLE color: 5532220.

HSL color Cylindrical-coordinate representation of color #3C6A54: hue angle of 151.3º 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 #3C6A54 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB6010684-
CMYK0.4300.210.58
HSL151.3º27.71%32.55%-
HSV(B)151.3º43.4%41.57%-
XYZ8.6211.9110.23-
YUV89.74124.76106.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=24%
G=42.4%
B=33.6%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60106840.4300.210.58151.327.7132.55
Hex3C6A542B0153A971c21
Octal7415212453025722273441
Binary111100110101010101001010110101011110101001011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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