Html Css Color HEX #516058 Viridian Green

📋 copy color: '#516058'

red 81 ◦ green 96 ◦ blue 88

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

Shades of Viridian Green #516058

Tints of Viridian Green #516058

RGB

 RED value IS 81 (32.03% from 255) = 30.57%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 30.57%
G = 36.23%
B = 33.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#516058 (or 0x516058) is known color: Viridian Green. HEX triplet: 51, 60 and 58. RGB value is (81,96,88). Sum of RGB (Red+Green+Blue) = 81+96+88=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #516058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516058 is #AE9FA7. Grayscale: #5A5A5A. Windows color (decimal): -11444136 or 5791825. OLE color: 5791825.

HSL color Cylindrical-coordinate representation of color #516058: hue angle of 148º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #516058 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 88 -
CMYK 0.16 0 0.08 0.62
HSL 148º 0.08% 0.35% -
HSV(B) 148º 0.16% 0.38% -
XYZ 9.34 10.82 10.83 -
YUV 90.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 81 96 88 0.16 0 0.08 0.62 148 0.08 0.35
Hex 51 60 58 10 0 8 3E 94 8 23
Octal 121 140 130 20 0 10 76 224 10 43
Binary 1010001 1100000 1011000 10000 0 1000 111110 10010100 1000 100011

Color Harmonies of #516058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516058

Black with #516058

Text Example


Text Example

White with #516058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516058; }

 p { color: rgb(81,96,88); }

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

background-color css

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

 a { background-color: rgb(81,96,88); }

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

border-color css

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

 span { border-color: rgb(81,96,88); }

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