#51681A

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

Shades of Green Leaf #51681A

Tints of Green Leaf #51681A

Color information

#51681A (or 0x51681A) is unknown color: approx Green Leaf. HEX triplet: 51, 68 and 1A. RGB value is (81,104,26). Sum of RGB (Red+Green+Blue) = 81+104+26=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #51681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51681A is #AE97E5. Grayscale: #585858. Windows color (decimal): -11442150 or 1730641. OLE color: 1730641.

HSL color Cylindrical-coordinate representation of color #51681A: hue angle of 77.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51681A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB8110426-
CMYK0.2200.750.59
HSL77.69º60%25.49%-
HSV(B)77.69º75%40.78%-
XYZ8.5311.722.79-
YUV88.2392.88122.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=38.39%
G=49.29%
B=12.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104260.2200.750.5977.696025.49
Hex51681A1604B3B4e3c19
Octal12115032260113731167431
Binary10100011101000110101011001001011111011100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,104,26); }

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

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

 a { background-color: rgb(81,104,26); }

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

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

 span { border-color: rgb(81,104,26); }

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