Html Css Color HEX #318162 Viridian

📋 copy color: '#318162'

red 49 ◦ green 129 ◦ blue 98

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

Shades of Viridian #318162

Tints of Viridian #318162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 17.75%
G = 46.74%
B = 35.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#318162 (or 0x318162) is known color: Viridian. HEX triplet: 31, 81 and 62. RGB value is (49,129,98). Sum of RGB (Red+Green+Blue) = 49+129+98=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #318162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318162 is #CE7E9D. Grayscale: #656565. Windows color (decimal): -13532830 or 6455601. OLE color: 6455601.

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

Color convert

RGB 49 129 98 -
CMYK 0.62 0 0.24 0.49
HSL 156.75º 0.45% 0.35% -
HSV(B) 156.75º 0.62% 0.51% -
XYZ 11.32 17.24 14.29 -
YUV 101.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 49 129 98 0.62 0 0.24 0.49 156.75 0.45 0.35
Hex 31 81 62 3E 0 18 31 9D 2D 23
Octal 61 201 142 76 0 30 61 235 55 43
Binary 110001 10000001 1100010 111110 0 11000 110001 10011101 101101 100011

Color Harmonies of #318162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318162

Black with #318162

Text Example


Text Example

White with #318162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318162; }

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

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

background-color css

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

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

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

border-color css

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

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

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