#58740F

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

Shades of Fiji Green #58740F

Tints of Fiji Green #58740F

Color information

#58740F (or 0x58740F) is unknown color: approx Fiji Green. HEX triplet: 58, 74 and 0F. RGB value is (88,116,15). Sum of RGB (Red+Green+Blue) = 88+116+15=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #58740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58740F is #A78BF0. Grayscale: #606060. Windows color (decimal): -10980337 or 1012824. OLE color: 1012824.

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

Color convert

RGB8811615-
CMYK0.2400.870.55
HSL76.63º77.1%25.69%-
HSV(B)76.63º87.07%45.49%-
XYZ10.3614.62.72-
YUV96.1182.22122.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 116 (45.70% from 255) = 52.97%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=40.18%
G=52.97%
B=6.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88116150.2400.870.5576.6377.125.69
Hex5874F18057374d4d1a
Octal130164173001276711511532
Binary10110001110100111111000010101111101111001101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,116,15); }

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

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

 a { background-color: rgb(88,116,15); }

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

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

 span { border-color: rgb(88,116,15); }

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