#51634F

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

Shades of Nandor #51634F

Tints of Nandor #51634F

Color information

#51634F (or 0x51634F) is unknown color: approx Nandor. HEX triplet: 51, 63 and 4F. RGB value is (81,99,79). Sum of RGB (Red+Green+Blue) = 81+99+79=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #51634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51634F is #AE9CB0. Grayscale: #5B5B5B. Windows color (decimal): -11443377 or 5202769. OLE color: 5202769.

HSL color Cylindrical-coordinate representation of color #51634F: hue angle of 114º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51634F is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB819979-
CMYK0.1800.200.61
HSL114º11.24%34.9%-
HSV(B)114º20.2%38.82%-
XYZ9.2711.249.08-
YUV91.34121.04120.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=31.27%
G=38.22%
B=30.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199790.1800.200.6111411.2434.9
Hex51634F120143D72b23
Octal12114311722024751621343
Binary1010001110001110011111001001010011110111100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,99,79); }

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

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

 a { background-color: rgb(81,99,79); }

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

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

 span { border-color: rgb(81,99,79); }

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