Html Css Color HEX #31705A Stromboli

📋 copy color: '#31705A'

red 49 ◦ green 112 ◦ blue 90

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

Shades of Stromboli #31705A

Tints of Stromboli #31705A

RGB

 RED value IS 49 (19.53% from 255) = 19.52%

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 19.52%
G = 44.62%
B = 35.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#31705A (or 0x31705A) is known color: Stromboli. HEX triplet: 31, 70 and 5A. RGB value is (49,112,90). Sum of RGB (Red+Green+Blue) = 49+112+90=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #31705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31705A is #CE8FA5. Grayscale: #5A5A5A. Windows color (decimal): -13537190 or 5926961. OLE color: 5926961.

HSL color Cylindrical-coordinate representation of color #31705A: hue angle of 159.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31705A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 90 -
CMYK 0.56 0 0.20 0.56
HSL 159.05º 0.39% 0.32% -
HSV(B) 159.05º 0.56% 0.44% -
XYZ 8.91 12.98 11.71 -
YUV 90.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 49 112 90 0.56 0 0.20 0.56 159.05 0.39 0.32
Hex 31 70 5A 38 0 14 38 9F 27 20
Octal 61 160 132 70 0 24 70 237 47 40
Binary 110001 1110000 1011010 111000 0 10100 111000 10011111 100111 100000

Color Harmonies of #31705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31705A

Black with #31705A

Text Example


Text Example

White with #31705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31705A; }

 p { color: rgb(49,112,90); }

 H1.HeaderClassName
 {
   color: #31705A;
 }
 .AnyTagClassName
 {
   color: #31705A;
 }
</style>

background-color css

<style>
 a { background-color: #31705A; }

 a { background-color: rgb(49,112,90); }

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

border-color css

<style>
 span { border-color: #31705A; }

 span { border-color: rgb(49,112,90); }

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