#3A615A

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

Shades of Stromboli #3A615A

Tints of Stromboli #3A615A

Color information

#3A615A (or 0x3A615A) is unknown color: approx Stromboli. HEX triplet: 3A, 61 and 5A. RGB value is (58,97,90). Sum of RGB (Red+Green+Blue) = 58+97+90=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #3A615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A615A is #C59EA5. Grayscale: #545454. Windows color (decimal): -12951206 or 5923130. OLE color: 5923130.

HSL color Cylindrical-coordinate representation of color #3A615A: hue angle of 169.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A615A is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB589790-
CMYK0.4000.070.62
HSL169.23º25.16%30.39%-
HSV(B)169.23º40.21%38.04%-
XYZ7.8710.1911.22-
YUV84.54131.08109.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=23.67%
G=39.59%
B=36.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897900.4000.070.62169.2325.1630.39
Hex3A615A28073Ea9191e
Octal721411325007762513136
Binary111010110000110110101010000111111110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,90); }

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

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

 a { background-color: rgb(58,97,90); }

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

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

 span { border-color: rgb(58,97,90); }

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