#3D6055

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

Shades of Stromboli #3D6055

Tints of Stromboli #3D6055

Color information

#3D6055 (or 0x3D6055) is unknown color: approx Stromboli. HEX triplet: 3D, 60 and 55. RGB value is (61,96,85). Sum of RGB (Red+Green+Blue) = 61+96+85=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6055 is #C29FAA. Grayscale: #545454. Windows color (decimal): -12754859 or 5595197. OLE color: 5595197.

HSL color Cylindrical-coordinate representation of color #3D6055: hue angle of 161.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6055 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB619685-
CMYK0.3600.110.62
HSL161.14º22.29%30.78%-
HSV(B)161.14º36.46%37.65%-
XYZ7.7510.0110.12-
YUV84.28128.4111.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=25.21%
G=39.67%
B=35.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196850.3600.110.62161.1422.2930.78
Hex3D6055240B3Ea1161f
Octal7514012544013762412637
Binary1111011100000101010110010001011111110101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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