Html Css Color HEX #3D5F52 Stromboli

📋 copy color: '#3D5F52'

red 61 ◦ green 95 ◦ blue 82

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

Shades of Stromboli #3D5F52

Tints of Stromboli #3D5F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 25.63%
G = 39.92%
B = 34.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#3D5F52 (or 0x3D5F52) is known color: Stromboli. HEX triplet: 3D, 5F and 52. RGB value is (61,95,82). Sum of RGB (Red+Green+Blue) = 61+95+82=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F52 is #C2A0AD. Grayscale: #535353. Windows color (decimal): -12755118 or 5398333. OLE color: 5398333.

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

Color convert

RGB 61 95 82 -
CMYK 0.36 0 0.14 0.63
HSL 157.06º 0.22% 0.31% -
HSV(B) 157.06º 0.36% 0.37% -
XYZ 7.54 9.79 9.47 -
YUV 83.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 61 95 82 0.36 0 0.14 0.63 157.06 0.22 0.31
Hex 3D 5F 52 24 0 E 3F 9D 16 1F
Octal 75 137 122 44 0 16 77 235 26 37
Binary 111101 1011111 1010010 100100 0 1110 111111 10011101 10110 11111

Color Harmonies of #3D5F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5F52

Black with #3D5F52

Text Example


Text Example

White with #3D5F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,95,82); }

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

background-color css

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

 a { background-color: rgb(61,95,82); }

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

border-color css

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

 span { border-color: rgb(61,95,82); }

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