#3D6A52

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

Shades of Stromboli #3D6A52

Tints of Stromboli #3D6A52

Color information

#3D6A52 (or 0x3D6A52) is unknown color: approx Stromboli. HEX triplet: 3D, 6A and 52. RGB value is (61,106,82). Sum of RGB (Red+Green+Blue) = 61+106+82=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A52 is #C295AD. Grayscale: #595959. Windows color (decimal): -12752302 or 5401149. OLE color: 5401149.

HSL color Cylindrical-coordinate representation of color #3D6A52: hue angle of 148º 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 #3D6A52 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6110682-
CMYK0.4200.230.58
HSL148º26.95%32.75%-
HSV(B)148º42.45%41.57%-
XYZ8.611.919.83-
YUV89.81123.59107.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=24.50%
G=42.57%
B=32.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106820.4200.230.5814826.9532.75
Hex3D6A522A0173A941b21
Octal7515212252027722243341
Binary111101110101010100101010100101111110101001010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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