#3A6354

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

Shades of Stromboli #3A6354

Tints of Stromboli #3A6354

Color information

#3A6354 (or 0x3A6354) is unknown color: approx Stromboli. HEX triplet: 3A, 63 and 54. RGB value is (58,99,84). Sum of RGB (Red+Green+Blue) = 58+99+84=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6354 is #C59CAB. Grayscale: #555555. Windows color (decimal): -12950700 or 5530426. OLE color: 5530426.

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

Color convert

RGB589984-
CMYK0.4100.150.61
HSL158.05º26.11%30.78%-
HSV(B)158.05º41.41%38.82%-
XYZ7.8110.4610-
YUV85.03127.42108.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=24.07%
G=41.08%
B=34.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899840.4100.150.61158.0526.1130.78
Hex3A6354290F3D9e1a1f
Octal7214312451017752363237
Binary1110101100011101010010100101111111101100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,99,84); }

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

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

 a { background-color: rgb(58,99,84); }

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

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

 span { border-color: rgb(58,99,84); }

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