Html Css Color HEX #51685C Viridian Green

📋 copy color: '#51685C'

red 81 ◦ green 104 ◦ blue 92

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

Shades of Viridian Green #51685C

Tints of Viridian Green #51685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 29.24%
G = 37.55%
B = 33.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#51685C (or 0x51685C) is known color: Viridian Green. HEX triplet: 51, 68 and 5C. RGB value is (81,104,92). Sum of RGB (Red+Green+Blue) = 81+104+92=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #51685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51685C is #AE97A3. Grayscale: #5F5F5F. Windows color (decimal): -11442084 or 6056017. OLE color: 6056017.

HSL color Cylindrical-coordinate representation of color #51685C: hue angle of 148.7º 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 #51685C is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 92 -
CMYK 0.22 0 0.12 0.59
HSL 148.7º 0.12% 0.36% -
HSV(B) 148.7º 0.22% 0.41% -
XYZ 10.28 12.42 11.98 -
YUV 95.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 81 104 92 0.22 0 0.12 0.59 148.7 0.12 0.36
Hex 51 68 5C 16 0 C 3B 95 C 24
Octal 121 150 134 26 0 14 73 225 14 44
Binary 1010001 1101000 1011100 10110 0 1100 111011 10010101 1100 100100

Color Harmonies of #51685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51685C

Black with #51685C

Text Example


Text Example

White with #51685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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