#3D6A55

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

Shades of Stromboli #3D6A55

Tints of Stromboli #3D6A55

Color information

#3D6A55 (or 0x3D6A55) is unknown color: approx Stromboli. HEX triplet: 3D, 6A and 55. RGB value is (61,106,85). Sum of RGB (Red+Green+Blue) = 61+106+85=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A55 is #C295AA. Grayscale: #5A5A5A. Windows color (decimal): -12752299 or 5597757. OLE color: 5597757.

HSL color Cylindrical-coordinate representation of color #3D6A55: hue angle of 152º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6A55 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB6110685-
CMYK0.4200.200.58
HSL152º26.95%32.75%-
HSV(B)152º42.45%41.57%-
XYZ8.7211.9610.44-
YUV90.15125.09107.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=24.21%
G=42.06%
B=33.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106850.4200.200.5815226.9532.75
Hex3D6A552A0143A981b21
Octal7515212552024722303341
Binary111101110101010101011010100101001110101001100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,85); }

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

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

 a { background-color: rgb(61,106,85); }

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

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

 span { border-color: rgb(61,106,85); }

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