#51752A

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

Shades of Green Leaf #51752A

Tints of Green Leaf #51752A

Color information

#51752A (or 0x51752A) is unknown color: approx Green Leaf. HEX triplet: 51, 75 and 2A. RGB value is (81,117,42). Sum of RGB (Red+Green+Blue) = 81+117+42=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #51752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51752A is #AE8AD5. Grayscale: #616161. Windows color (decimal): -11438806 or 2782545. OLE color: 2782545.

HSL color Cylindrical-coordinate representation of color #51752A: hue angle of 88.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51752A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB8111742-
CMYK0.3100.640.54
HSL88.8º47.17%31.18%-
HSV(B)88.8º64.1%45.88%-
XYZ10.1714.644.48-
YUV97.6996.57116.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=33.75%
G=48.75%
B=17.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117420.3100.640.5488.847.1731.18
Hex51752A1F04036592f1f
Octal12116552370100661315737
Binary101000111101011010101111101000000110110101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,117,42); }

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

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

 a { background-color: rgb(81,117,42); }

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

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

 span { border-color: rgb(81,117,42); }

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