#51625D

Color #51625D Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #51625D

Tints of Viridian Green #51625D

Color information

#51625D (or 0x51625D) is unknown color: approx Viridian Green. HEX triplet: 51, 62 and 5D. RGB value is (81,98,93). Sum of RGB (Red+Green+Blue) = 81+98+93=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #51625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51625D is #AE9DA2. Grayscale: #5C5C5C. Windows color (decimal): -11443619 or 6120017. OLE color: 6120017.

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

Color convert

RGB819893-
CMYK0.1700.050.62
HSL162.35º9.5%35.1%-
HSV(B)162.35º17.35%38.43%-
XYZ9.7411.2812.02-
YUV92.35128.37119.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=29.78%
G=36.03%
B=34.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198930.1700.050.62162.359.535.1
Hex51625D11053Ea2923
Octal1211421352105762421143
Binary101000111000101011101100010101111110101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51625D;
 }
 .AnyTagClassName
 {
   color: #51625D;
 }
</style>
background-color css

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

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

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

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

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

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