Html Css Color HEX #318175 Genoa

📋 copy color: '#318175'

red 49 ◦ green 129 ◦ blue 117

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

Shades of Genoa #318175

Tints of Genoa #318175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 16.61%
G = 43.73%
B = 39.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#318175 (or 0x318175) is known color: Genoa. HEX triplet: 31, 81 and 75. RGB value is (49,129,117). Sum of RGB (Red+Green+Blue) = 49+129+117=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #318175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318175 is #CE7E8A. Grayscale: #676767. Windows color (decimal): -13532811 or 7700785. OLE color: 7700785.

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

Color convert

RGB 49 129 117 -
CMYK 0.62 0 0.09 0.49
HSL 171º 0.45% 0.35% -
HSV(B) 171º 0.62% 0.51% -
XYZ 12.33 17.64 19.58 -
YUV 103.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 49 129 117 0.62 0 0.09 0.49 171 0.45 0.35
Hex 31 81 75 3E 0 9 31 AB 2D 23
Octal 61 201 165 76 0 11 61 253 55 43
Binary 110001 10000001 1110101 111110 0 1001 110001 10101011 101101 100011

Color Harmonies of #318175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318175

Black with #318175

Text Example


Text Example

White with #318175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318175; }

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

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

background-color css

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

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

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

border-color css

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

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

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