Html Css Color HEX #318575 Genoa

📋 copy color: '#318575'

red 49 ◦ green 133 ◦ blue 117

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

Shades of Genoa #318575

Tints of Genoa #318575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

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

R = 16.39%
G = 44.48%
B = 39.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#318575 (or 0x318575) is known color: Genoa. HEX triplet: 31, 85 and 75. RGB value is (49,133,117). Sum of RGB (Red+Green+Blue) = 49+133+117=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #318575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318575 is #CE7A8A. Grayscale: #6A6A6A. Windows color (decimal): -13531787 or 7701809. OLE color: 7701809.

HSL color Cylindrical-coordinate representation of color #318575: hue angle of 168.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318575 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 117 -
CMYK 0.63 0 0.12 0.48
HSL 168.57º 0.46% 0.36% -
HSV(B) 168.57º 0.63% 0.52% -
XYZ 12.87 18.71 19.76 -
YUV 106.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 49 133 117 0.63 0 0.12 0.48 168.57 0.46 0.36
Hex 31 85 75 3F 0 C 30 A9 2E 24
Octal 61 205 165 77 0 14 60 251 56 44
Binary 110001 10000101 1110101 111111 0 1100 110000 10101001 101110 100100

Color Harmonies of #318575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318575

Black with #318575

Text Example


Text Example

White with #318575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318575; }

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

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

background-color css

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

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

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

border-color css

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

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

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