#51645A

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

Shades of Viridian Green #51645A

Tints of Viridian Green #51645A

Color information

#51645A (or 0x51645A) is unknown color: approx Viridian Green. HEX triplet: 51, 64 and 5A. RGB value is (81,100,90). Sum of RGB (Red+Green+Blue) = 81+100+90=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #51645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51645A is #AE9BA5. Grayscale: #5D5D5D. Windows color (decimal): -11443110 or 5923921. OLE color: 5923921.

HSL color Cylindrical-coordinate representation of color #51645A: hue angle of 148.42º 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 #51645A is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB8110090-
CMYK0.1900.100.61
HSL148.42º10.5%35.49%-
HSV(B)148.42º19%39.22%-
XYZ9.811.611.4-
YUV93.18126.21119.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=29.89%
G=36.90%
B=33.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100900.1900.100.61148.4210.535.49
Hex51645A130A3D94a23
Octal12114413223012752241243
Binary1010001110010010110101001101010111101100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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