#3A6954

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

Shades of Stromboli #3A6954

Tints of Stromboli #3A6954

Color information

#3A6954 (or 0x3A6954) is unknown color: approx Stromboli. HEX triplet: 3A, 69 and 54. RGB value is (58,105,84). Sum of RGB (Red+Green+Blue) = 58+105+84=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6954 is #C596AB. Grayscale: #585858. Windows color (decimal): -12949164 or 5531962. OLE color: 5531962.

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

Color convert

RGB5810584-
CMYK0.4500.200.59
HSL153.19º28.83%31.96%-
HSV(B)153.19º44.76%41.18%-
XYZ8.411.6410.19-
YUV88.55125.43106.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=23.48%
G=42.51%
B=34.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105840.4500.200.59153.1928.8331.96
Hex3A69542D0143B991d20
Octal7215112455024732313540
Binary111010110100110101001011010101001110111001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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