Html Css Color HEX #31775F Genoa

📋 copy color: '#31775F'

red 49 ◦ green 119 ◦ blue 95

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

Shades of Genoa #31775F

Tints of Genoa #31775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

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

R = 18.63%
G = 45.25%
B = 36.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#31775F (or 0x31775F) is known color: Genoa. HEX triplet: 31, 77 and 5F. RGB value is (49,119,95). Sum of RGB (Red+Green+Blue) = 49+119+95=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #31775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31775F is #CE88A0. Grayscale: #5F5F5F. Windows color (decimal): -13535393 or 6256433. OLE color: 6256433.

HSL color Cylindrical-coordinate representation of color #31775F: hue angle of 159.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31775F is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 95 -
CMYK 0.59 0 0.20 0.53
HSL 159.43º 0.42% 0.33% -
HSV(B) 159.43º 0.59% 0.47% -
XYZ 9.93 14.67 13.14 -
YUV 95.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 49 119 95 0.59 0 0.20 0.53 159.43 0.42 0.33
Hex 31 77 5F 3B 0 14 35 9F 2A 21
Octal 61 167 137 73 0 24 65 237 52 41
Binary 110001 1110111 1011111 111011 0 10100 110101 10011111 101010 100001

Color Harmonies of #31775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31775F

Black with #31775F

Text Example


Text Example

White with #31775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,119,95); }

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

background-color css

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

 a { background-color: rgb(49,119,95); }

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

border-color css

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

 span { border-color: rgb(49,119,95); }

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