#3D645A

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

Shades of Stromboli #3D645A

Tints of Stromboli #3D645A

Color information

#3D645A (or 0x3D645A) is unknown color: approx Stromboli. HEX triplet: 3D, 64 and 5A. RGB value is (61,100,90). Sum of RGB (Red+Green+Blue) = 61+100+90=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #3D645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D645A is #C29BA5. Grayscale: #575757. Windows color (decimal): -12753830 or 5923901. OLE color: 5923901.

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

Color convert

RGB6110090-
CMYK0.3900.100.61
HSL164.62º24.22%31.57%-
HSV(B)164.62º39%39.22%-
XYZ8.3310.8411.33-
YUV87.2129.58109.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=24.30%
G=39.84%
B=35.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100900.3900.100.61164.6224.2231.57
Hex3D645A270A3Da51820
Octal7514413247012752453040
Binary11110111001001011010100111010101111011010010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,90); }

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

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

 a { background-color: rgb(61,100,90); }

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

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

 span { border-color: rgb(61,100,90); }

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