Html Css Color HEX #31795F Genoa

📋 copy color: '#31795F'

red 49 ◦ green 121 ◦ blue 95

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

Shades of Genoa #31795F

Tints of Genoa #31795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.66%

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

R = 18.49%
G = 45.66%
B = 35.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#31795F (or 0x31795F) is known color: Genoa. HEX triplet: 31, 79 and 5F. RGB value is (49,121,95). Sum of RGB (Red+Green+Blue) = 49+121+95=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #31795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31795F is #CE86A0. Grayscale: #606060. Windows color (decimal): -13534881 or 6256945. OLE color: 6256945.

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

Color convert

RGB 49 121 95 -
CMYK 0.60 0 0.21 0.53
HSL 158.33º 0.42% 0.33% -
HSV(B) 158.33º 0.6% 0.47% -
XYZ 10.17 15.15 13.22 -
YUV 96.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 49 121 95 0.60 0 0.21 0.53 158.33 0.42 0.33
Hex 31 79 5F 3C 0 15 35 9E 2A 21
Octal 61 171 137 74 0 25 65 236 52 41
Binary 110001 1111001 1011111 111100 0 10101 110101 10011110 101010 100001

Color Harmonies of #31795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31795F

Black with #31795F

Text Example


Text Example

White with #31795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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