Html Css Color HEX #51685D Viridian Green

📋 copy color: '#51685D'

red 81 ◦ green 104 ◦ blue 93

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

Shades of Viridian Green #51685D

Tints of Viridian Green #51685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 29.14%
G = 37.41%
B = 33.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#51685D (or 0x51685D) is known color: Viridian Green. HEX triplet: 51, 68 and 5D. RGB value is (81,104,93). Sum of RGB (Red+Green+Blue) = 81+104+93=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #51685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51685D is #AE97A2. Grayscale: #5F5F5F. Windows color (decimal): -11442083 or 6121553. OLE color: 6121553.

HSL color Cylindrical-coordinate representation of color #51685D: hue angle of 151.3º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51685D is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 93 -
CMYK 0.22 0 0.11 0.59
HSL 151.3º 0.12% 0.36% -
HSV(B) 151.3º 0.22% 0.41% -
XYZ 10.32 12.44 12.21 -
YUV 95.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 81 104 93 0.22 0 0.11 0.59 151.3 0.12 0.36
Hex 51 68 5D 16 0 B 3B 97 C 24
Octal 121 150 135 26 0 13 73 227 14 44
Binary 1010001 1101000 1011101 10110 0 1011 111011 10010111 1100 100100

Color Harmonies of #51685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51685D

Black with #51685D

Text Example


Text Example

White with #51685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51685D; }

 p { color: rgb(81,104,93); }

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

background-color css

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

 a { background-color: rgb(81,104,93); }

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

border-color css

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

 span { border-color: rgb(81,104,93); }

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