#558000

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

Shades of Fiji Green #558000

Tints of Fiji Green #558000

Color information

#558000 (or 0x558000) is unknown color: approx Fiji Green. HEX triplet: 55, 80 and 00. RGB value is (85,128,0). Sum of RGB (Red+Green+Blue) = 85+128+0=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #558000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558000 is #AA7FFF. Grayscale: #656565. Windows color (decimal): -11173888 or 32853. OLE color: 32853.

HSL color Cylindrical-coordinate representation of color #558000: hue angle of 80.16º 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 #558000 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB851280-
CMYK0.34010.50
HSL80.16º100%25.1%-
HSV(B)80.16º100%50.2%-
XYZ11.4717.372.75-
YUV100.5571.25116.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 128 (50.39% from 255) = 60.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.91%
G=60.09%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8512800.34010.5080.1610025.1
Hex558002206432506419
Octal12520004201446212014431
Binary1010101100000000100010011001001100101010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558000; }

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

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

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

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

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

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

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

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