Html Css Color HEX #318872 Genoa

📋 copy color: '#318872'

red 49 ◦ green 136 ◦ blue 114

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

Shades of Genoa #318872

Tints of Genoa #318872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 16.39%
G = 45.48%
B = 38.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#318872 (or 0x318872) is known color: Genoa. HEX triplet: 31, 88 and 72. RGB value is (49,136,114). Sum of RGB (Red+Green+Blue) = 49+136+114=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #318872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318872 is #CE778D. Grayscale: #6B6B6B. Windows color (decimal): -13531022 or 7505969. OLE color: 7505969.

HSL color Cylindrical-coordinate representation of color #318872: hue angle of 164.83º 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 #318872 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 114 -
CMYK 0.64 0 0.16 0.47
HSL 164.83º 0.47% 0.36% -
HSV(B) 164.83º 0.64% 0.53% -
XYZ 13.11 19.48 18.99 -
YUV 107.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 49 136 114 0.64 0 0.16 0.47 164.83 0.47 0.36
Hex 31 88 72 40 0 10 2F A5 2F 24
Octal 61 210 162 100 0 20 57 245 57 44
Binary 110001 10001000 1110010 1000000 0 10000 101111 10100101 101111 100100

Color Harmonies of #318872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318872

Black with #318872

Text Example


Text Example

White with #318872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318872; }

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

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

background-color css

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

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

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

border-color css

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

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

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