#3D655E

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

Shades of Stromboli #3D655E

Tints of Stromboli #3D655E

Color information

#3D655E (or 0x3D655E) is unknown color: approx Stromboli. HEX triplet: 3D, 65 and 5E. RGB value is (61,101,94). Sum of RGB (Red+Green+Blue) = 61+101+94=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655E is #C29AA1. Grayscale: #585858. Windows color (decimal): -12753570 or 6186301. OLE color: 6186301.

HSL color Cylindrical-coordinate representation of color #3D655E: hue angle of 169.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D655E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB6110194-
CMYK0.4000.070.60
HSL169.5º24.69%31.76%-
HSV(B)169.5º39.6%39.61%-
XYZ8.611.1112.28-
YUV88.24131.25108.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=23.83%
G=39.45%
B=36.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101940.4000.070.60169.524.6931.76
Hex3D655E28073Caa1920
Octal751451365007742523140
Binary1111011100101101111010100001111111001010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,94); }

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

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

 a { background-color: rgb(61,101,94); }

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

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

 span { border-color: rgb(61,101,94); }

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