#3A6A51

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

Shades of Stromboli #3A6A51

Tints of Stromboli #3A6A51

Color information

#3A6A51 (or 0x3A6A51) is unknown color: approx Stromboli. HEX triplet: 3A, 6A and 51. RGB value is (58,106,81). Sum of RGB (Red+Green+Blue) = 58+106+81=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A51 is #C595AE. Grayscale: #585858. Windows color (decimal): -12948911 or 5335610. OLE color: 5335610.

HSL color Cylindrical-coordinate representation of color #3A6A51: hue angle of 148.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A51 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB5810681-
CMYK0.4500.240.58
HSL148.75º29.27%32.16%-
HSV(B)148.75º45.28%41.57%-
XYZ8.3811.89.62-
YUV88.8123.6106.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=23.67%
G=43.27%
B=33.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58106810.4500.240.58148.7529.2732.16
Hex3A6A512D0183A951d20
Octal7215212155030722253540
Binary111010110101010100011011010110001110101001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,81); }

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

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

 a { background-color: rgb(58,106,81); }

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

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

 span { border-color: rgb(58,106,81); }

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