#58701F

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

Shades of Fiji Green #58701F

Tints of Fiji Green #58701F

Color information

#58701F (or 0x58701F) is unknown color: approx Fiji Green. HEX triplet: 58, 70 and 1F. RGB value is (88,112,31). Sum of RGB (Red+Green+Blue) = 88+112+31=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #58701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58701F is #A78FE0. Grayscale: #5F5F5F. Windows color (decimal): -10981345 or 2060376. OLE color: 2060376.

HSL color Cylindrical-coordinate representation of color #58701F: hue angle of 77.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58701F is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB8811231-
CMYK0.2100.720.56
HSL77.78º56.64%28.04%-
HSV(B)77.78º72.32%43.92%-
XYZ10.0713.763.42-
YUV95.5991.55122.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=38.10%
G=48.48%
B=13.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112310.2100.720.5677.7856.6428.04
Hex58701F15048384e391c
Octal13016037250110701167134
Binary10110001110000111111010101001000111000100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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