Html Css Color HEX #31816D Genoa

📋 copy color: '#31816D'

red 49 ◦ green 129 ◦ blue 109

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

Shades of Genoa #31816D

Tints of Genoa #31816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 17.07%
G = 44.95%
B = 37.98%

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

#31816D (or 0x31816D) is known color: Genoa. HEX triplet: 31, 81 and 6D. RGB value is (49,129,109). Sum of RGB (Red+Green+Blue) = 49+129+109=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #31816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31816D is #CE7E92. Grayscale: #666666. Windows color (decimal): -13532819 or 7176497. OLE color: 7176497.

HSL color Cylindrical-coordinate representation of color #31816D: hue angle of 165º 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 #31816D is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 109 -
CMYK 0.62 0 0.16 0.49
HSL 165º 0.45% 0.35% -
HSV(B) 165º 0.62% 0.51% -
XYZ 11.88 17.46 17.21 -
YUV 102.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 49 129 109 0.62 0 0.16 0.49 165 0.45 0.35
Hex 31 81 6D 3E 0 10 31 A5 2D 23
Octal 61 201 155 76 0 20 61 245 55 43
Binary 110001 10000001 1101101 111110 0 10000 110001 10100101 101101 100011

Color Harmonies of #31816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31816D

Black with #31816D

Text Example


Text Example

White with #31816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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