#557E0C

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

Shades of Fiji Green #557E0C

Tints of Fiji Green #557E0C

Color information

#557E0C (or 0x557E0C) is unknown color: approx Fiji Green. HEX triplet: 55, 7E and 0C. RGB value is (85,126,12). Sum of RGB (Red+Green+Blue) = 85+126+12=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #557E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557E0C is #AA81F3. Grayscale: #656565. Windows color (decimal): -11174388 or 818773. OLE color: 818773.

HSL color Cylindrical-coordinate representation of color #557E0C: hue angle of 81.58º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #557E0C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB8512612-
CMYK0.3300.900.51
HSL81.58º82.61%27.06%-
HSV(B)81.58º90.48%49.41%-
XYZ11.2716.883.01-
YUV100.7477.92116.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=38.12%
G=56.50%
B=5.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85126120.3300.900.5181.5882.6127.06
Hex557EC2105A3352531b
Octal125176144101326312212333
Binary101010111111101100100001010110101100111010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E0C; }

 p { color: rgb(85,126,12); }

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

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

 a { background-color: rgb(85,126,12); }

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

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

 span { border-color: rgb(85,126,12); }

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