#58681F

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

Shades of Fiji Green #58681F

Tints of Fiji Green #58681F

Color information

#58681F (or 0x58681F) is unknown color: approx Fiji Green. HEX triplet: 58, 68 and 1F. RGB value is (88,104,31). Sum of RGB (Red+Green+Blue) = 88+104+31=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #58681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58681F is #A797E0. Grayscale: #5B5B5B. Windows color (decimal): -10983393 or 2058328. OLE color: 2058328.

HSL color Cylindrical-coordinate representation of color #58681F: hue angle of 73.15º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58681F is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB8810431-
CMYK0.1500.700.59
HSL73.15º54.07%26.47%-
HSV(B)73.15º70.19%40.78%-
XYZ9.2212.073.14-
YUV90.8994.2125.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=39.46%
G=46.64%
B=13.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104310.1500.700.5973.1554.0726.47
Hex58681FF0463B49361a
Octal13015037170106731116632
Binary1011000110100011111111101000110111011100100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,104,31); }

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

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

 a { background-color: rgb(88,104,31); }

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

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

 span { border-color: rgb(88,104,31); }

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