Html Css Color HEX #318169 Genoa

📋 copy color: '#318169'

red 49 ◦ green 129 ◦ blue 105

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

Shades of Genoa #318169

Tints of Genoa #318169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 17.31%
G = 45.58%
B = 37.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#318169 (or 0x318169) is known color: Genoa. HEX triplet: 31, 81 and 69. RGB value is (49,129,105). Sum of RGB (Red+Green+Blue) = 49+129+105=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #318169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318169 is #CE7E96. Grayscale: #666666. Windows color (decimal): -13532823 or 6914353. OLE color: 6914353.

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

Color convert

RGB 49 129 105 -
CMYK 0.62 0 0.19 0.49
HSL 162º 0.45% 0.35% -
HSV(B) 162º 0.62% 0.51% -
XYZ 11.67 17.37 16.1 -
YUV 102.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 49 129 105 0.62 0 0.19 0.49 162 0.45 0.35
Hex 31 81 69 3E 0 13 31 A2 2D 23
Octal 61 201 151 76 0 23 61 242 55 43
Binary 110001 10000001 1101001 111110 0 10011 110001 10100010 101101 100011

Color Harmonies of #318169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318169

Black with #318169

Text Example


Text Example

White with #318169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318169; }

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

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

background-color css

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

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

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

border-color css

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

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

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