Html Css Color HEX #3D725F Stromboli

📋 copy color: '#3D725F'

red 61 ◦ green 114 ◦ blue 95

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

Shades of Stromboli #3D725F

Tints of Stromboli #3D725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

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

R = 22.59%
G = 42.22%
B = 35.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#3D725F (or 0x3D725F) is known color: Stromboli. HEX triplet: 3D, 72 and 5F. RGB value is (61,114,95). Sum of RGB (Red+Green+Blue) = 61+114+95=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #3D725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D725F is #C28DA0. Grayscale: #606060. Windows color (decimal): -12750241 or 6255165. OLE color: 6255165.

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

Color convert

RGB 61 114 95 -
CMYK 0.46 0 0.17 0.55
HSL 158.49º 0.3% 0.34% -
HSV(B) 158.49º 0.46% 0.45% -
XYZ 10.01 13.85 12.97 -
YUV 95.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 61 114 95 0.46 0 0.17 0.55 158.49 0.3 0.34
Hex 3D 72 5F 2E 0 11 37 9E 1E 22
Octal 75 162 137 56 0 21 67 236 36 42
Binary 111101 1110010 1011111 101110 0 10001 110111 10011110 11110 100010

Color Harmonies of #3D725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D725F

Black with #3D725F

Text Example


Text Example

White with #3D725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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