Html Css Color HEX #31826C Genoa

📋 copy color: '#31826C'

red 49 ◦ green 130 ◦ blue 108

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

Shades of Genoa #31826C

Tints of Genoa #31826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 17.07%
G = 45.3%
B = 37.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#31826C (or 0x31826C) is known color: Genoa. HEX triplet: 31, 82 and 6C. RGB value is (49,130,108). Sum of RGB (Red+Green+Blue) = 49+130+108=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #31826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31826C is #CE7D93. Grayscale: #676767. Windows color (decimal): -13532564 or 7111217. OLE color: 7111217.

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

Color convert

RGB 49 130 108 -
CMYK 0.62 0 0.17 0.49
HSL 163.7º 0.45% 0.35% -
HSV(B) 163.7º 0.62% 0.51% -
XYZ 11.96 17.7 16.97 -
YUV 103.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 49 130 108 0.62 0 0.17 0.49 163.7 0.45 0.35
Hex 31 82 6C 3E 0 11 31 A4 2D 23
Octal 61 202 154 76 0 21 61 244 55 43
Binary 110001 10000010 1101100 111110 0 10001 110001 10100100 101101 100011

Color Harmonies of #31826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31826C

Black with #31826C

Text Example


Text Example

White with #31826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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