Html Css Color HEX #3B725D Stromboli

📋 copy color: '#3B725D'

red 59 ◦ green 114 ◦ blue 93

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

Shades of Stromboli #3B725D

Tints of Stromboli #3B725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 22.18%
G = 42.86%
B = 34.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#3B725D (or 0x3B725D) is known color: Stromboli. HEX triplet: 3B, 72 and 5D. RGB value is (59,114,93). Sum of RGB (Red+Green+Blue) = 59+114+93=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #3B725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B725D is #C48DA2. Grayscale: #5F5F5F. Windows color (decimal): -12881315 or 6124091. OLE color: 6124091.

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

Color convert

RGB 59 114 93 -
CMYK 0.48 0 0.18 0.55
HSL 157.09º 0.32% 0.34% -
HSV(B) 157.09º 0.48% 0.45% -
XYZ 9.8 13.75 12.49 -
YUV 95.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 59 114 93 0.48 0 0.18 0.55 157.09 0.32 0.34
Hex 3B 72 5D 30 0 12 37 9D 20 22
Octal 73 162 135 60 0 22 67 235 40 42
Binary 111011 1110010 1011101 110000 0 10010 110111 10011101 100000 100010

Color Harmonies of #3B725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B725D

Black with #3B725D

Text Example


Text Example

White with #3B725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,93); }

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

background-color css

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

 a { background-color: rgb(59,114,93); }

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

border-color css

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

 span { border-color: rgb(59,114,93); }

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