#3A6554

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

Shades of Stromboli #3A6554

Tints of Stromboli #3A6554

Color information

#3A6554 (or 0x3A6554) is unknown color: approx Stromboli. HEX triplet: 3A, 65 and 54. RGB value is (58,101,84). Sum of RGB (Red+Green+Blue) = 58+101+84=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6554 is #C59AAB. Grayscale: #565656. Windows color (decimal): -12950188 or 5530938. OLE color: 5530938.

HSL color Cylindrical-coordinate representation of color #3A6554: hue angle of 156.28º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6554 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB5810184-
CMYK0.4300.170.60
HSL156.28º27.04%31.18%-
HSV(B)156.28º42.57%39.61%-
XYZ810.8510.06-
YUV86.2126.75107.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=23.87%
G=41.56%
B=34.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58101840.4300.170.60156.2827.0431.18
Hex3A65542B0113C9c1b1f
Octal7214512453021742343337
Binary11101011001011010100101011010001111100100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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