Html Css Color HEX #3D715E Stromboli

📋 copy color: '#3D715E'

red 61 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #3D715E

Tints of Stromboli #3D715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 22.76%
G = 42.16%
B = 35.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3D715E (or 0x3D715E) is known color: Stromboli. HEX triplet: 3D, 71 and 5E. RGB value is (61,113,94). Sum of RGB (Red+Green+Blue) = 61+113+94=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #3D715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D715E is #C28EA1. Grayscale: #5F5F5F. Windows color (decimal): -12750498 or 6189373. OLE color: 6189373.

HSL color Cylindrical-coordinate representation of color #3D715E: hue angle of 158.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D715E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 113 94 -
CMYK 0.46 0 0.17 0.56
HSL 158.08º 0.3% 0.34% -
HSV(B) 158.08º 0.46% 0.44% -
XYZ 9.85 13.61 12.7 -
YUV 95.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 61 113 94 0.46 0 0.17 0.56 158.08 0.3 0.34
Hex 3D 71 5E 2E 0 11 38 9E 1E 22
Octal 75 161 136 56 0 21 70 236 36 42
Binary 111101 1110001 1011110 101110 0 10001 111000 10011110 11110 100010

Color Harmonies of #3D715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D715E

Black with #3D715E

Text Example


Text Example

White with #3D715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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