Html Css Color HEX #37705D Stromboli

📋 copy color: '#37705D'

red 55 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #37705D

Tints of Stromboli #37705D

RGB

 RED value IS 55 (21.88% from 255) = 21.15%

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

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

R = 21.15%
G = 43.08%
B = 35.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#37705D (or 0x37705D) is known color: Stromboli. HEX triplet: 37, 70 and 5D. RGB value is (55,112,93). Sum of RGB (Red+Green+Blue) = 55+112+93=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #37705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37705D is #C88FA2. Grayscale: #5C5C5C. Windows color (decimal): -13143971 or 6123575. OLE color: 6123575.

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

Color convert

RGB 55 112 93 -
CMYK 0.51 0 0.17 0.56
HSL 160º 0.34% 0.33% -
HSV(B) 160º 0.51% 0.44% -
XYZ 9.35 13.19 12.41 -
YUV 92.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 55 112 93 0.51 0 0.17 0.56 160 0.34 0.33
Hex 37 70 5D 33 0 11 38 A0 22 21
Octal 67 160 135 63 0 21 70 240 42 41
Binary 110111 1110000 1011101 110011 0 10001 111000 10100000 100010 100001

Color Harmonies of #37705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37705D

Black with #37705D

Text Example


Text Example

White with #37705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37705D; }

 p { color: rgb(55,112,93); }

 H1.HeaderClassName
 {
   color: #37705D;
 }
 .AnyTagClassName
 {
   color: #37705D;
 }
</style>

background-color css

<style>
 a { background-color: #37705D; }

 a { background-color: rgb(55,112,93); }

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

border-color css

<style>
 span { border-color: #37705D; }

 span { border-color: rgb(55,112,93); }

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