Html Css Color HEX #317F73 Genoa

📋 copy color: '#317F73'

red 49 ◦ green 127 ◦ blue 115

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

Shades of Genoa #317F73

Tints of Genoa #317F73

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 16.84%
G = 43.64%
B = 39.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#317F73 (or 0x317F73) is known color: Genoa. HEX triplet: 31, 7F and 73. RGB value is (49,127,115). Sum of RGB (Red+Green+Blue) = 49+127+115=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #317F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F73 is #CE808C. Grayscale: #666666. Windows color (decimal): -13533325 or 7569201. OLE color: 7569201.

HSL color Cylindrical-coordinate representation of color #317F73: hue angle of 170.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F73 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 115 -
CMYK 0.61 0 0.09 0.50
HSL 170.77º 0.44% 0.35% -
HSV(B) 170.77º 0.61% 0.5% -
XYZ 11.95 17.07 18.88 -
YUV 102.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 49 127 115 0.61 0 0.09 0.50 170.77 0.44 0.35
Hex 31 7F 73 3D 0 9 32 AB 2C 23
Octal 61 177 163 75 0 11 62 253 54 43
Binary 110001 1111111 1110011 111101 0 1001 110010 10101011 101100 100011

Color Harmonies of #317F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F73

Black with #317F73

Text Example


Text Example

White with #317F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F73; }

 p { color: rgb(49,127,115); }

 H1.HeaderClassName
 {
   color: #317F73;
 }
 .AnyTagClassName
 {
   color: #317F73;
 }
</style>

background-color css

<style>
 a { background-color: #317F73; }

 a { background-color: rgb(49,127,115); }

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

border-color css

<style>
 span { border-color: #317F73; }

 span { border-color: rgb(49,127,115); }

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