Html Css Color HEX #37735F Stromboli

📋 copy color: '#37735F'

red 55 ◦ green 115 ◦ blue 95

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

Shades of Stromboli #37735F

Tints of Stromboli #37735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 20.75%
G = 43.4%
B = 35.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#37735F (or 0x37735F) is known color: Stromboli. HEX triplet: 37, 73 and 5F. RGB value is (55,115,95). Sum of RGB (Red+Green+Blue) = 55+115+95=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #37735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37735F is #C88CA0. Grayscale: #5E5E5E. Windows color (decimal): -13143201 or 6255415. OLE color: 6255415.

HSL color Cylindrical-coordinate representation of color #37735F: hue angle of 160º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37735F is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 95 -
CMYK 0.52 0 0.17 0.55
HSL 160º 0.35% 0.33% -
HSV(B) 160º 0.52% 0.45% -
XYZ 9.77 13.9 12.99 -
YUV 94.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 55 115 95 0.52 0 0.17 0.55 160 0.35 0.33
Hex 37 73 5F 34 0 11 37 A0 23 21
Octal 67 163 137 64 0 21 67 240 43 41
Binary 110111 1110011 1011111 110100 0 10001 110111 10100000 100011 100001

Color Harmonies of #37735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37735F

Black with #37735F

Text Example


Text Example

White with #37735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37735F; }

 p { color: rgb(55,115,95); }

 H1.HeaderClassName
 {
   color: #37735F;
 }
 .AnyTagClassName
 {
   color: #37735F;
 }
</style>

background-color css

<style>
 a { background-color: #37735F; }

 a { background-color: rgb(55,115,95); }

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

border-color css

<style>
 span { border-color: #37735F; }

 span { border-color: rgb(55,115,95); }

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