Html Css Color HEX #317762 Genoa

📋 copy color: '#317762'

red 49 ◦ green 119 ◦ blue 98

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

Shades of Genoa #317762

Tints of Genoa #317762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 18.42%
G = 44.74%
B = 36.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#317762 (or 0x317762) is known color: Genoa. HEX triplet: 31, 77 and 62. RGB value is (49,119,98). Sum of RGB (Red+Green+Blue) = 49+119+98=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #317762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317762 is #CE889D. Grayscale: #5F5F5F. Windows color (decimal): -13535390 or 6453041. OLE color: 6453041.

HSL color Cylindrical-coordinate representation of color #317762: hue angle of 162º 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 #317762 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 98 -
CMYK 0.59 0 0.18 0.53
HSL 162º 0.42% 0.33% -
HSV(B) 162º 0.59% 0.47% -
XYZ 10.07 14.73 13.87 -
YUV 95.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 49 119 98 0.59 0 0.18 0.53 162 0.42 0.33
Hex 31 77 62 3B 0 12 35 A2 2A 21
Octal 61 167 142 73 0 22 65 242 52 41
Binary 110001 1110111 1100010 111011 0 10010 110101 10100010 101010 100001

Color Harmonies of #317762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317762

Black with #317762

Text Example


Text Example

White with #317762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317762; }

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

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

background-color css

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

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

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

border-color css

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

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

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