Html Css Color HEX #3D6059 Stromboli

📋 copy color: '#3D6059'

red 61 ◦ green 96 ◦ blue 89

#3D6059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3D6059

Tints of Stromboli #3D6059

RGB

 RED value IS 61 (24.22% from 255) = 24.8%

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 24.8%
G = 39.02%
B = 36.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3D6059 (or 0x3D6059) is known color: Stromboli. HEX triplet: 3D, 60 and 59. RGB value is (61,96,89). Sum of RGB (Red+Green+Blue) = 61+96+89=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6059 is #C29FA6. Grayscale: #545454. Windows color (decimal): -12754855 or 5857341. OLE color: 5857341.

HSL color Cylindrical-coordinate representation of color #3D6059: hue angle of 168º 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 #3D6059 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 89 -
CMYK 0.36 0 0.07 0.62
HSL 168º 0.22% 0.31% -
HSV(B) 168º 0.36% 0.38% -
XYZ 7.91 10.08 10.98 -
YUV 84.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 61 96 89 0.36 0 0.07 0.62 168 0.22 0.31
Hex 3D 60 59 24 0 7 3E A8 16 1F
Octal 75 140 131 44 0 7 76 250 26 37
Binary 111101 1100000 1011001 100100 0 111 111110 10101000 10110 11111

Color Harmonies of #3D6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6059

Black with #3D6059

Text Example


Text Example

White with #3D6059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D6059;
 }
 .AnyTagClassName
 {
   color: #3D6059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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