#51702D

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

Shades of Green Leaf #51702D

Tints of Green Leaf #51702D

Color information

#51702D (or 0x51702D) is unknown color: approx Green Leaf. HEX triplet: 51, 70 and 2D. RGB value is (81,112,45). Sum of RGB (Red+Green+Blue) = 81+112+45=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #51702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51702D is #AE8FD2. Grayscale: #5F5F5F. Windows color (decimal): -11440083 or 2977873. OLE color: 2977873.

HSL color Cylindrical-coordinate representation of color #51702D: hue angle of 87.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51702D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB8111245-
CMYK0.2800.600.56
HSL87.76º42.68%30.78%-
HSV(B)87.76º59.82%43.92%-
XYZ9.6613.534.58-
YUV95.0999.73117.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=34.03%
G=47.06%
B=18.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112450.2800.600.5687.7642.6830.78
Hex51702D1C03C38582b1f
Octal1211605534074701305337
Binary10100011110000101101111000111100111000101100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51702D; }

 p { color: rgb(81,112,45); }

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

<style>
 a { background-color: #51702D; }

 a { background-color: rgb(81,112,45); }

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

<style>
 span { border-color: #51702D; }

 span { border-color: rgb(81,112,45); }

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