#51720F

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

Shades of Fiji Green #51720F

Tints of Fiji Green #51720F

Color information

#51720F (or 0x51720F) is unknown color: approx Fiji Green. HEX triplet: 51, 72 and 0F. RGB value is (81,114,15). Sum of RGB (Red+Green+Blue) = 81+114+15=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #51720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51720F is #AE8DF0. Grayscale: #5D5D5D. Windows color (decimal): -11439601 or 1012305. OLE color: 1012305.

HSL color Cylindrical-coordinate representation of color #51720F: hue angle of 80º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51720F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB8111415-
CMYK0.2900.870.55
HSL80º76.74%25.29%-
HSV(B)80º86.84%44.71%-
XYZ9.513.822.62-
YUV92.8584.07119.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=38.57%
G=54.29%
B=7.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114150.2900.870.558076.7425.29
Hex5172F1D05737504d19
Octal121162173501276712011531
Binary10100011110010111111101010101111101111010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,114,15); }

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

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

 a { background-color: rgb(81,114,15); }

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

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

 span { border-color: rgb(81,114,15); }

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