Html Css Color HEX #317F67 Genoa

📋 copy color: '#317F67'

red 49 ◦ green 127 ◦ blue 103

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

Shades of Genoa #317F67

Tints of Genoa #317F67

RGB

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

 GREEN value IS 127 (50% from 255) = 45.52%

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

R = 17.56%
G = 45.52%
B = 36.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#317F67 (or 0x317F67) is known color: Genoa. HEX triplet: 31, 7F and 67. RGB value is (49,127,103). Sum of RGB (Red+Green+Blue) = 49+127+103=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #317F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F67 is #CE8098. Grayscale: #646464. Windows color (decimal): -13533337 or 6782769. OLE color: 6782769.

HSL color Cylindrical-coordinate representation of color #317F67: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F67 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 103 -
CMYK 0.61 0 0.19 0.50
HSL 161.54º 0.44% 0.35% -
HSV(B) 161.54º 0.61% 0.5% -
XYZ 11.3 16.81 15.48 -
YUV 100.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 49 127 103 0.61 0 0.19 0.50 161.54 0.44 0.35
Hex 31 7F 67 3D 0 13 32 A2 2C 23
Octal 61 177 147 75 0 23 62 242 54 43
Binary 110001 1111111 1100111 111101 0 10011 110010 10100010 101100 100011

Color Harmonies of #317F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F67

Black with #317F67

Text Example


Text Example

White with #317F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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