Html Css Color HEX #317267 Genoa

📋 copy color: '#317267'

red 49 ◦ green 114 ◦ blue 103

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

Shades of Genoa #317267

Tints of Genoa #317267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 18.42%
G = 42.86%
B = 38.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#317267 (or 0x317267) is known color: Genoa. HEX triplet: 31, 72 and 67. RGB value is (49,114,103). Sum of RGB (Red+Green+Blue) = 49+114+103=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #317267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317267 is #CE8D98. Grayscale: #5D5D5D. Windows color (decimal): -13536665 or 6779441. OLE color: 6779441.

HSL color Cylindrical-coordinate representation of color #317267: hue angle of 169.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317267 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 103 -
CMYK 0.57 0 0.10 0.55
HSL 169.85º 0.4% 0.32% -
HSV(B) 169.85º 0.57% 0.45% -
XYZ 9.73 13.67 14.96 -
YUV 93.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 49 114 103 0.57 0 0.10 0.55 169.85 0.4 0.32
Hex 31 72 67 39 0 A 37 AA 28 20
Octal 61 162 147 71 0 12 67 252 50 40
Binary 110001 1110010 1100111 111001 0 1010 110111 10101010 101000 100000

Color Harmonies of #317267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317267

Black with #317267

Text Example


Text Example

White with #317267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317267; }

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

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

background-color css

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

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

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

border-color css

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

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

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