Html Css Color HEX #317B64 Genoa

📋 copy color: '#317B64'

red 49 ◦ green 123 ◦ blue 100

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

Shades of Genoa #317B64

Tints of Genoa #317B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.22%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 18.01%
G = 45.22%
B = 36.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#317B64 (or 0x317B64) is known color: Genoa. HEX triplet: 31, 7B and 64. RGB value is (49,123,100). Sum of RGB (Red+Green+Blue) = 49+123+100=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #317B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B64 is #CE849B. Grayscale: #626262. Windows color (decimal): -13534364 or 6585137. OLE color: 6585137.

HSL color Cylindrical-coordinate representation of color #317B64: hue angle of 161.35º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B64 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 123 100 -
CMYK 0.60 0 0.19 0.52
HSL 161.35º 0.43% 0.34% -
HSV(B) 161.35º 0.6% 0.48% -
XYZ 10.65 15.74 14.53 -
YUV 98.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 49 123 100 0.60 0 0.19 0.52 161.35 0.43 0.34
Hex 31 7B 64 3C 0 13 34 A1 2B 22
Octal 61 173 144 74 0 23 64 241 53 42
Binary 110001 1111011 1100100 111100 0 10011 110100 10100001 101011 100010

Color Harmonies of #317B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B64

Black with #317B64

Text Example


Text Example

White with #317B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,123,100); }

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

background-color css

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

 a { background-color: rgb(49,123,100); }

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

border-color css

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

 span { border-color: rgb(49,123,100); }

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