Html Css Color HEX #318875 Genoa

📋 copy color: '#318875'

red 49 ◦ green 136 ◦ blue 117

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

Shades of Genoa #318875

Tints of Genoa #318875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 16.23%
G = 45.03%
B = 38.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#318875 (or 0x318875) is known color: Genoa. HEX triplet: 31, 88 and 75. RGB value is (49,136,117). Sum of RGB (Red+Green+Blue) = 49+136+117=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #318875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318875 is #CE778A. Grayscale: #6B6B6B. Windows color (decimal): -13531019 or 7702577. OLE color: 7702577.

HSL color Cylindrical-coordinate representation of color #318875: hue angle of 166.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318875 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 117 -
CMYK 0.64 0 0.14 0.47
HSL 166.9º 0.47% 0.36% -
HSV(B) 166.9º 0.64% 0.53% -
XYZ 13.28 19.55 19.9 -
YUV 107.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 49 136 117 0.64 0 0.14 0.47 166.9 0.47 0.36
Hex 31 88 75 40 0 E 2F A7 2F 24
Octal 61 210 165 100 0 16 57 247 57 44
Binary 110001 10001000 1110101 1000000 0 1110 101111 10100111 101111 100100

Color Harmonies of #318875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318875

Black with #318875

Text Example


Text Example

White with #318875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318875; }

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

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

background-color css

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

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

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

border-color css

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

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

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