#51750D

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

Shades of Fiji Green #51750D

Tints of Fiji Green #51750D

Color information

#51750D (or 0x51750D) is unknown color: approx Fiji Green. HEX triplet: 51, 75 and 0D. RGB value is (81,117,13). Sum of RGB (Red+Green+Blue) = 81+117+13=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #51750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51750D is #AE8AF2. Grayscale: #5E5E5E. Windows color (decimal): -11438835 or 882001. OLE color: 882001.

HSL color Cylindrical-coordinate representation of color #51750D: hue angle of 80.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51750D is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB8111713-
CMYK0.3100.890.54
HSL80.77º80%25.49%-
HSV(B)80.77º88.89%45.88%-
XYZ9.8314.52.66-
YUV94.3882.07118.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=38.39%
G=55.45%
B=6.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117130.3100.890.5480.778025.49
Hex5175D1F05936515019
Octal121165153701316612112031
Binary10100011110101110111111010110011101101010001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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