#58761D

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

Shades of Fiji Green #58761D

Tints of Fiji Green #58761D

Color information

#58761D (or 0x58761D) is unknown color: approx Fiji Green. HEX triplet: 58, 76 and 1D. RGB value is (88,118,29). Sum of RGB (Red+Green+Blue) = 88+118+29=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #58761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58761D is #A789E2. Grayscale: #636363. Windows color (decimal): -10979811 or 1930840. OLE color: 1930840.

HSL color Cylindrical-coordinate representation of color #58761D: hue angle of 80.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58761D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB8811829-
CMYK0.2500.750.54
HSL80.22º60.54%28.82%-
HSV(B)80.22º75.42%46.27%-
XYZ10.7215.123.52-
YUV98.8888.56120.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=37.45%
G=50.21%
B=12.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88118290.2500.750.5480.2260.5428.82
Hex58761D1904B36503d1d
Octal13016635310113661207535
Binary10110001110110111011100101001011110110101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58761D; }

 p { color: rgb(88,118,29); }

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

<style>
 a { background-color: #58761D; }

 a { background-color: rgb(88,118,29); }

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

<style>
 span { border-color: #58761D; }

 span { border-color: rgb(88,118,29); }

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