Html Css Color HEX #3B705F Stromboli

📋 copy color: '#3B705F'

red 59 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #3B705F

Tints of Stromboli #3B705F

RGB

 RED value IS 59 (23.44% from 255) = 22.18%

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

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

R = 22.18%
G = 42.11%
B = 35.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#3B705F (or 0x3B705F) is known color: Stromboli. HEX triplet: 3B, 70 and 5F. RGB value is (59,112,95). Sum of RGB (Red+Green+Blue) = 59+112+95=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3B705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B705F is #C48FA0. Grayscale: #5E5E5E. Windows color (decimal): -12881825 or 6254651. OLE color: 6254651.

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

Color convert

RGB 59 112 95 -
CMYK 0.47 0 0.15 0.56
HSL 160.75º 0.31% 0.34% -
HSV(B) 160.75º 0.47% 0.44% -
XYZ 9.66 13.34 12.89 -
YUV 94.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 59 112 95 0.47 0 0.15 0.56 160.75 0.31 0.34
Hex 3B 70 5F 2F 0 F 38 A1 1F 22
Octal 73 160 137 57 0 17 70 241 37 42
Binary 111011 1110000 1011111 101111 0 1111 111000 10100001 11111 100010

Color Harmonies of #3B705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B705F

Black with #3B705F

Text Example


Text Example

White with #3B705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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