#557D11

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

Shades of Fiji Green #557D11

Tints of Fiji Green #557D11

Color information

#557D11 (or 0x557D11) is unknown color: approx Fiji Green. HEX triplet: 55, 7D and 11. RGB value is (85,125,17). Sum of RGB (Red+Green+Blue) = 85+125+17=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #557D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D11 is #AA82EE. Grayscale: #656565. Windows color (decimal): -11174639 or 1146197. OLE color: 1146197.

HSL color Cylindrical-coordinate representation of color #557D11: hue angle of 82.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #557D11 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8512517-
CMYK0.3200.860.51
HSL82.22º76.06%27.84%-
HSV(B)82.22º86.4%49.02%-
XYZ11.1816.643.15-
YUV100.7380.75116.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 125 (49.22% from 255) = 55.07%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=37.44%
G=55.07%
B=7.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85125170.3200.860.5182.2276.0627.84
Hex557D112005633524c1c
Octal125175214001266312211434
Binary1010101111110110001100000010101101100111010010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,125,17); }

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

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

 a { background-color: rgb(85,125,17); }

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

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

 span { border-color: rgb(85,125,17); }

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