Html Css Color HEX #318067 Genoa

📋 copy color: '#318067'

red 49 ◦ green 128 ◦ blue 103

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

Shades of Genoa #318067

Tints of Genoa #318067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 17.5%
G = 45.71%
B = 36.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#318067 (or 0x318067) is known color: Genoa. HEX triplet: 31, 80 and 67. RGB value is (49,128,103). Sum of RGB (Red+Green+Blue) = 49+128+103=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #318067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318067 is #CE7F98. Grayscale: #656565. Windows color (decimal): -13533081 or 6783025. OLE color: 6783025.

HSL color Cylindrical-coordinate representation of color #318067: hue angle of 161.01º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318067 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 103 -
CMYK 0.62 0 0.20 0.50
HSL 161.01º 0.45% 0.35% -
HSV(B) 161.01º 0.62% 0.5% -
XYZ 11.43 17.07 15.52 -
YUV 101.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 49 128 103 0.62 0 0.20 0.50 161.01 0.45 0.35
Hex 31 80 67 3E 0 14 32 A1 2D 23
Octal 61 200 147 76 0 24 62 241 55 43
Binary 110001 10000000 1100111 111110 0 10100 110010 10100001 101101 100011

Color Harmonies of #318067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318067

Black with #318067

Text Example


Text Example

White with #318067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318067; }

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

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

background-color css

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

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

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

border-color css

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

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

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