Html Css Color HEX #3D705F Stromboli

📋 copy color: '#3D705F'

red 61 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #3D705F

Tints of Stromboli #3D705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 95 (37.5% from 255) = 35.45%

R = 22.76%
G = 41.79%
B = 35.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#3D705F (or 0x3D705F) is known color: Stromboli. HEX triplet: 3D, 70 and 5F. RGB value is (61,112,95). Sum of RGB (Red+Green+Blue) = 61+112+95=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #3D705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D705F is #C28FA0. Grayscale: #5E5E5E. Windows color (decimal): -12750753 or 6254653. OLE color: 6254653.

HSL color Cylindrical-coordinate representation of color #3D705F: hue angle of 160º degrees, saturation: 0.29, 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 #3D705F is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 112 95 -
CMYK 0.46 0 0.15 0.56
HSL 160º 0.29% 0.34% -
HSV(B) 160º 0.46% 0.44% -
XYZ 9.78 13.41 12.9 -
YUV 94.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 61 112 95 0.46 0 0.15 0.56 160 0.29 0.34
Hex 3D 70 5F 2E 0 F 38 A0 1D 22
Octal 75 160 137 56 0 17 70 240 35 42
Binary 111101 1110000 1011111 101110 0 1111 111000 10100000 11101 100010

Color Harmonies of #3D705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D705F

Black with #3D705F

Text Example


Text Example

White with #3D705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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