Html Css Color HEX #317D60 Viridian

📋 copy color: '#317D60'

red 49 ◦ green 125 ◦ blue 96

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

Shades of Viridian #317D60

Tints of Viridian #317D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 18.15%
G = 46.3%
B = 35.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#317D60 (or 0x317D60) is known color: Viridian. HEX triplet: 31, 7D and 60. RGB value is (49,125,96). Sum of RGB (Red+Green+Blue) = 49+125+96=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #317D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D60 is #CE829F. Grayscale: #636363. Windows color (decimal): -13533856 or 6323505. OLE color: 6323505.

HSL color Cylindrical-coordinate representation of color #317D60: hue angle of 157.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D60 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 96 -
CMYK 0.61 0 0.23 0.51
HSL 157.11º 0.44% 0.34% -
HSV(B) 157.11º 0.61% 0.49% -
XYZ 10.71 16.16 13.62 -
YUV 98.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 49 125 96 0.61 0 0.23 0.51 157.11 0.44 0.34
Hex 31 7D 60 3D 0 17 33 9D 2C 22
Octal 61 175 140 75 0 27 63 235 54 42
Binary 110001 1111101 1100000 111101 0 10111 110011 10011101 101100 100010

Color Harmonies of #317D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D60

Black with #317D60

Text Example


Text Example

White with #317D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,96); }

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

background-color css

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

 a { background-color: rgb(49,125,96); }

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

border-color css

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

 span { border-color: rgb(49,125,96); }

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