Html Css Color HEX #317A72 Genoa

📋 copy color: '#317A72'

red 49 ◦ green 122 ◦ blue 114

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

Shades of Genoa #317A72

Tints of Genoa #317A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.81%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 17.19%
G = 42.81%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#317A72 (or 0x317A72) is known color: Genoa. HEX triplet: 31, 7A and 72. RGB value is (49,122,114). Sum of RGB (Red+Green+Blue) = 49+122+114=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #317A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317A72 is #CE858D. Grayscale: #636363. Windows color (decimal): -13534606 or 7502385. OLE color: 7502385.

HSL color Cylindrical-coordinate representation of color #317A72: hue angle of 173.42º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317A72 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 122 114 -
CMYK 0.60 0 0.07 0.52
HSL 173.42º 0.43% 0.34% -
HSV(B) 173.42º 0.6% 0.48% -
XYZ 11.26 15.79 18.37 -
YUV 99.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 49 122 114 0.60 0 0.07 0.52 173.42 0.43 0.34
Hex 31 7A 72 3C 0 7 34 AD 2B 22
Octal 61 172 162 74 0 7 64 255 53 42
Binary 110001 1111010 1110010 111100 0 111 110100 10101101 101011 100010

Color Harmonies of #317A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A72

Black with #317A72

Text Example


Text Example

White with #317A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,122,114); }

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

background-color css

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

 a { background-color: rgb(49,122,114); }

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

border-color css

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

 span { border-color: rgb(49,122,114); }

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