#51730B

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

Shades of Fiji Green #51730B

Tints of Fiji Green #51730B

Color information

#51730B (or 0x51730B) is unknown color: approx Fiji Green. HEX triplet: 51, 73 and 0B. RGB value is (81,115,11). Sum of RGB (Red+Green+Blue) = 81+115+11=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #51730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51730B is #AE8CF4. Grayscale: #5D5D5D. Windows color (decimal): -11439349 or 750417. OLE color: 750417.

HSL color Cylindrical-coordinate representation of color #51730B: hue angle of 79.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51730B is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB8111511-
CMYK0.3000.900.55
HSL79.62º82.54%24.71%-
HSV(B)79.62º90.43%45.1%-
XYZ9.5814.032.52-
YUV92.9881.74119.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 115 (45.31% from 255) = 55.56%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=39.13%
G=55.56%
B=5.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81115110.3000.900.5579.6282.5424.71
Hex5173B1E05A37505319
Octal121163133601326712012331
Binary10100011110011101111110010110101101111010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51730B; }

 p { color: rgb(81,115,11); }

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

<style>
 a { background-color: #51730B; }

 a { background-color: rgb(81,115,11); }

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

<style>
 span { border-color: #51730B; }

 span { border-color: rgb(81,115,11); }

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