#3D6358

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

Shades of Stromboli #3D6358

Tints of Stromboli #3D6358

Color information

#3D6358 (or 0x3D6358) is unknown color: approx Stromboli. HEX triplet: 3D, 63 and 58. RGB value is (61,99,88). Sum of RGB (Red+Green+Blue) = 61+99+88=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6358 is #C29CA7. Grayscale: #565656. Windows color (decimal): -12754088 or 5792573. OLE color: 5792573.

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

Color convert

RGB619988-
CMYK0.3800.110.61
HSL162.63º23.75%31.37%-
HSV(B)162.63º38.38%38.82%-
XYZ8.1510.6210.85-
YUV86.38128.91109.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=24.60%
G=39.92%
B=35.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199880.3800.110.61162.6323.7531.37
Hex3D6358260B3Da3181f
Octal7514313046013752433037
Binary1111011100011101100010011001011111101101000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,88); }

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

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

 a { background-color: rgb(61,99,88); }

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

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

 span { border-color: rgb(61,99,88); }

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