Html Css Color HEX #316C69 Genoa

📋 copy color: '#316C69'

red 49 ◦ green 108 ◦ blue 105

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

Shades of Genoa #316C69

Tints of Genoa #316C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.22%

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 18.7%
G = 41.22%
B = 40.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#316C69 (or 0x316C69) is known color: Genoa. HEX triplet: 31, 6C and 69. RGB value is (49,108,105). Sum of RGB (Red+Green+Blue) = 49+108+105=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #316C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C69 is #CE9396. Grayscale: #595959. Windows color (decimal): -13538199 or 6908977. OLE color: 6908977.

HSL color Cylindrical-coordinate representation of color #316C69: hue angle of 176.95º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C69 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 108 105 -
CMYK 0.55 0 0.03 0.58
HSL 176.95º 0.38% 0.31% -
HSV(B) 176.95º 0.55% 0.42% -
XYZ 9.18 12.4 15.27 -
YUV 90.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 49 108 105 0.55 0 0.03 0.58 176.95 0.38 0.31
Hex 31 6C 69 37 0 3 3A B1 26 1F
Octal 61 154 151 67 0 3 72 261 46 37
Binary 110001 1101100 1101001 110111 0 11 111010 10110001 100110 11111

Color Harmonies of #316C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C69

Black with #316C69

Text Example


Text Example

White with #316C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316C69; }

 p { color: rgb(49,108,105); }

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

background-color css

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

 a { background-color: rgb(49,108,105); }

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

border-color css

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

 span { border-color: rgb(49,108,105); }

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