#588000

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

Shades of Fiji Green #588000

Tints of Fiji Green #588000

Color information

#588000 (or 0x588000) is unknown color: approx Fiji Green. HEX triplet: 58, 80 and 00. RGB value is (88,128,0). Sum of RGB (Red+Green+Blue) = 88+128+0=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #588000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588000 is #A77FFF. Grayscale: #656565. Windows color (decimal): -10977280 or 32856. OLE color: 32856.

HSL color Cylindrical-coordinate representation of color #588000: hue angle of 78.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #588000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB881280-
CMYK0.31010.50
HSL78.75º100%25.1%-
HSV(B)78.75º100%50.2%-
XYZ11.7417.512.76-
YUV101.4570.75118.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.74%
G=59.26%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8812800.31010.5078.7510025.1
Hex588001F064324f6419
Octal13020003701446211714431
Binary101100010000000011111011001001100101001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588000; }

 p { color: rgb(88,128,0); }

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

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

 a { background-color: rgb(88,128,0); }

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

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

 span { border-color: rgb(88,128,0); }

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