Html Css Color HEX #318062 Viridian

📋 copy color: '#318062'

red 49 ◦ green 128 ◦ blue 98

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

Shades of Viridian #318062

Tints of Viridian #318062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 17.82%
G = 46.55%
B = 35.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#318062 (or 0x318062) is known color: Viridian. HEX triplet: 31, 80 and 62. RGB value is (49,128,98). Sum of RGB (Red+Green+Blue) = 49+128+98=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #318062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318062 is #CE7F9D. Grayscale: #656565. Windows color (decimal): -13533086 or 6455345. OLE color: 6455345.

HSL color Cylindrical-coordinate representation of color #318062: hue angle of 157.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318062 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 98 -
CMYK 0.62 0 0.23 0.50
HSL 157.22º 0.45% 0.35% -
HSV(B) 157.22º 0.62% 0.5% -
XYZ 11.19 16.97 14.24 -
YUV 100.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 49 128 98 0.62 0 0.23 0.50 157.22 0.45 0.35
Hex 31 80 62 3E 0 17 32 9D 2D 23
Octal 61 200 142 76 0 27 62 235 55 43
Binary 110001 10000000 1100010 111110 0 10111 110010 10011101 101101 100011

Color Harmonies of #318062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318062

Black with #318062

Text Example


Text Example

White with #318062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318062; }

 p { color: rgb(49,128,98); }

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

background-color css

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

 a { background-color: rgb(49,128,98); }

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

border-color css

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

 span { border-color: rgb(49,128,98); }

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