#557808

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

Shades of Fiji Green #557808

Tints of Fiji Green #557808

Color information

#557808 (or 0x557808) is unknown color: approx Fiji Green. HEX triplet: 55, 78 and 08. RGB value is (85,120,8). Sum of RGB (Red+Green+Blue) = 85+120+8=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #557808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557808 is #AA87F7. Grayscale: #616161. Windows color (decimal): -11175928 or 555093. OLE color: 555093.

HSL color Cylindrical-coordinate representation of color #557808: hue angle of 78.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557808 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB851208-
CMYK0.2900.930.53
HSL78.75º87.5%25.1%-
HSV(B)78.75º93.33%47.06%-
XYZ10.5115.382.64-
YUV96.7777.9119.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=39.91%
G=56.34%
B=3.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8512080.2900.930.5378.7587.525.1
Hex557881D05D354f5819
Octal125170103501356511713031
Binary10101011111000100011101010111011101011001111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557808; }

 p { color: rgb(85,120,8); }

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

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

 a { background-color: rgb(85,120,8); }

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

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

 span { border-color: rgb(85,120,8); }

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