#557012

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

Shades of Fiji Green #557012

Tints of Fiji Green #557012

Color information

#557012 (or 0x557012) is unknown color: approx Fiji Green. HEX triplet: 55, 70 and 12. RGB value is (85,112,18). Sum of RGB (Red+Green+Blue) = 85+112+18=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #557012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557012 is #AA8FED. Grayscale: #5D5D5D. Windows color (decimal): -11177966 or 1208405. OLE color: 1208405.

HSL color Cylindrical-coordinate representation of color #557012: hue angle of 77.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #557012 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB8511218-
CMYK0.2400.840.56
HSL77.23º72.31%25.49%-
HSV(B)77.23º83.93%43.92%-
XYZ9.6513.562.68-
YUV93.2185.55122.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=39.53%
G=52.09%
B=8.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112180.2400.840.5677.2372.3125.49
Hex55701218054384d4819
Octal125160223001247011511031
Binary101010111100001001011000010101001110001001101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557012; }

 p { color: rgb(85,112,18); }

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

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

 a { background-color: rgb(85,112,18); }

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

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

 span { border-color: rgb(85,112,18); }

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