#3C6454

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

Shades of Stromboli #3C6454

Tints of Stromboli #3C6454

Color information

#3C6454 (or 0x3C6454) is unknown color: approx Stromboli. HEX triplet: 3C, 64 and 54. RGB value is (60,100,84). Sum of RGB (Red+Green+Blue) = 60+100+84=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6454 is #C39BAB. Grayscale: #565656. Windows color (decimal): -12819372 or 5530684. OLE color: 5530684.

HSL color Cylindrical-coordinate representation of color #3C6454: hue angle of 156º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C6454 is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB6010084-
CMYK0.400.160.61
HSL156º25%31.37%-
HSV(B)156º40%39.22%-
XYZ8.0210.7210.03-
YUV86.22126.75109.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=24.59%
G=40.98%
B=34.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100840.400.160.611562531.37
Hex3C6454280103D9c191f
Octal7414412450020752343137
Binary11110011001001010100101000010000111101100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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