#58711A

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

Shades of Fiji Green #58711A

Tints of Fiji Green #58711A

Color information

#58711A (or 0x58711A) is unknown color: approx Fiji Green. HEX triplet: 58, 71 and 1A. RGB value is (88,113,26). Sum of RGB (Red+Green+Blue) = 88+113+26=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #58711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58711A is #A78EE5. Grayscale: #5F5F5F. Windows color (decimal): -10981094 or 1732952. OLE color: 1732952.

HSL color Cylindrical-coordinate representation of color #58711A: hue angle of 77.24º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58711A is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB8811326-
CMYK0.2200.770.56
HSL77.24º62.59%27.25%-
HSV(B)77.24º76.99%44.31%-
XYZ10.1213.963.14-
YUV95.6188.72122.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=38.77%
G=49.78%
B=11.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113260.2200.770.5677.2462.5927.25
Hex58711A1604D384d3f1b
Octal13016132260115701157733
Binary10110001110001110101011001001101111000100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58711A; }

 p { color: rgb(88,113,26); }

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

<style>
 a { background-color: #58711A; }

 a { background-color: rgb(88,113,26); }

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

<style>
 span { border-color: #58711A; }

 span { border-color: rgb(88,113,26); }

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