Html Css Color HEX #31816C Genoa

📋 copy color: '#31816C'

red 49 ◦ green 129 ◦ blue 108

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

Shades of Genoa #31816C

Tints of Genoa #31816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.1%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 17.13%
G = 45.1%
B = 37.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#31816C (or 0x31816C) is known color: Genoa. HEX triplet: 31, 81 and 6C. RGB value is (49,129,108). Sum of RGB (Red+Green+Blue) = 49+129+108=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #31816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31816C is #CE7E93. Grayscale: #666666. Windows color (decimal): -13532820 or 7110961. OLE color: 7110961.

HSL color Cylindrical-coordinate representation of color #31816C: hue angle of 164.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31816C is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 108 -
CMYK 0.62 0 0.16 0.49
HSL 164.25º 0.45% 0.35% -
HSV(B) 164.25º 0.62% 0.51% -
XYZ 11.82 17.44 16.93 -
YUV 102.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 49 129 108 0.62 0 0.16 0.49 164.25 0.45 0.35
Hex 31 81 6C 3E 0 10 31 A4 2D 23
Octal 61 201 154 76 0 20 61 244 55 43
Binary 110001 10000001 1101100 111110 0 10000 110001 10100100 101101 100011

Color Harmonies of #31816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31816C

Black with #31816C

Text Example


Text Example

White with #31816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31816C; }

 p { color: rgb(49,129,108); }

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

background-color css

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

 a { background-color: rgb(49,129,108); }

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

border-color css

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

 span { border-color: rgb(49,129,108); }

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