Html Css Color HEX #317F64 Viridian

📋 copy color: '#317F64'

red 49 ◦ green 127 ◦ blue 100

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

Shades of Viridian #317F64

Tints of Viridian #317F64

RGB

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

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

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

R = 17.75%
G = 46.01%
B = 36.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#317F64 (or 0x317F64) is known color: Viridian. HEX triplet: 31, 7F and 64. RGB value is (49,127,100). Sum of RGB (Red+Green+Blue) = 49+127+100=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #317F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F64 is #CE809B. Grayscale: #646464. Windows color (decimal): -13533340 or 6586161. OLE color: 6586161.

HSL color Cylindrical-coordinate representation of color #317F64: hue angle of 159.23º 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 #317F64 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 100 -
CMYK 0.61 0 0.21 0.50
HSL 159.23º 0.44% 0.35% -
HSV(B) 159.23º 0.61% 0.5% -
XYZ 11.16 16.75 14.7 -
YUV 100.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 49 127 100 0.61 0 0.21 0.50 159.23 0.44 0.35
Hex 31 7F 64 3D 0 15 32 9F 2C 23
Octal 61 177 144 75 0 25 62 237 54 43
Binary 110001 1111111 1100100 111101 0 10101 110010 10011111 101100 100011

Color Harmonies of #317F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F64

Black with #317F64

Text Example


Text Example

White with #317F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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