#51645F

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

Shades of Viridian Green #51645F

Tints of Viridian Green #51645F

Color information

#51645F (or 0x51645F) is unknown color: approx Viridian Green. HEX triplet: 51, 64 and 5F. RGB value is (81,100,95). Sum of RGB (Red+Green+Blue) = 81+100+95=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #51645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51645F is #AE9BA0. Grayscale: #5D5D5D. Windows color (decimal): -11443105 or 6251601. OLE color: 6251601.

HSL color Cylindrical-coordinate representation of color #51645F: hue angle of 164.21º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #51645F is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB8110095-
CMYK0.1900.050.61
HSL164.21º10.5%35.49%-
HSV(B)164.21º19%39.22%-
XYZ10.0211.6912.55-
YUV93.75128.71118.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=29.35%
G=36.23%
B=34.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100950.1900.050.61164.2110.535.49
Hex51645F13053Da4a23
Octal1211441372305752441243
Binary101000111001001011111100110101111101101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51645F; }

 p { color: rgb(81,100,95); }

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

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

 a { background-color: rgb(81,100,95); }

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

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

 span { border-color: rgb(81,100,95); }

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