#58771C

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

Shades of Fiji Green #58771C

Tints of Fiji Green #58771C

Color information

#58771C (or 0x58771C) is unknown color: approx Fiji Green. HEX triplet: 58, 77 and 1C. RGB value is (88,119,28). Sum of RGB (Red+Green+Blue) = 88+119+28=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #58771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58771C is #A788E3. Grayscale: #636363. Windows color (decimal): -10979556 or 1865560. OLE color: 1865560.

HSL color Cylindrical-coordinate representation of color #58771C: hue angle of 80.44º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58771C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB8811928-
CMYK0.2600.760.53
HSL80.44º61.9%28.82%-
HSV(B)80.44º76.47%46.67%-
XYZ10.8315.353.49-
YUV99.3687.73119.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=37.45%
G=50.64%
B=11.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119280.2600.760.5380.4461.928.82
Hex58771C1A04C35503e1d
Octal13016734320114651207635
Binary10110001110111111001101001001100110101101000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58771C; }

 p { color: rgb(88,119,28); }

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

<style>
 a { background-color: #58771C; }

 a { background-color: rgb(88,119,28); }

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

<style>
 span { border-color: #58771C; }

 span { border-color: rgb(88,119,28); }

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