#58700C

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

Shades of Fiji Green #58700C

Tints of Fiji Green #58700C

Color information

#58700C (or 0x58700C) is unknown color: approx Fiji Green. HEX triplet: 58, 70 and 0C. RGB value is (88,112,12). Sum of RGB (Red+Green+Blue) = 88+112+12=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #58700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58700C is #A78FF3. Grayscale: #5D5D5D. Windows color (decimal): -10981364 or 815192. OLE color: 815192.

HSL color Cylindrical-coordinate representation of color #58700C: hue angle of 74.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58700C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB8811212-
CMYK0.2100.890.56
HSL74.4º80.65%24.31%-
HSV(B)74.4º89.29%43.92%-
XYZ9.8913.692.47-
YUV93.4282.05124.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=41.51%
G=52.83%
B=5.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112120.2100.890.5674.480.6524.31
Hex5870C15059384a5118
Octal130160142501317011212130
Binary10110001110000110010101010110011110001001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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