#51655B

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

Shades of Viridian Green #51655B

Tints of Viridian Green #51655B

Color information

#51655B (or 0x51655B) is unknown color: approx Viridian Green. HEX triplet: 51, 65 and 5B. RGB value is (81,101,91). Sum of RGB (Red+Green+Blue) = 81+101+91=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #51655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51655B is #AE9AA4. Grayscale: #5D5D5D. Windows color (decimal): -11442853 or 5989713. OLE color: 5989713.

HSL color Cylindrical-coordinate representation of color #51655B: hue angle of 150º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51655B is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8110191-
CMYK0.2000.100.60
HSL150º10.99%35.69%-
HSV(B)150º19.8%39.61%-
XYZ9.9411.8111.65-
YUV93.88126.37118.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=29.67%
G=37.00%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101910.2000.100.6015010.9935.69
Hex51655B140A3C96b24
Octal12114513324012742261344
Binary1010001110010110110111010001010111100100101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51655B; }

 p { color: rgb(81,101,91); }

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

<style>
 a { background-color: #51655B; }

 a { background-color: rgb(81,101,91); }

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

<style>
 span { border-color: #51655B; }

 span { border-color: rgb(81,101,91); }

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