#557615

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

Shades of Fiji Green #557615

Tints of Fiji Green #557615

Color information

#557615 (or 0x557615) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 15. RGB value is (85,118,21). Sum of RGB (Red+Green+Blue) = 85+118+21=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #557615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557615 is #AA89EA. Grayscale: #616161. Windows color (decimal): -11176427 or 1406549. OLE color: 1406549.

HSL color Cylindrical-coordinate representation of color #557615: hue angle of 80.41º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557615 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB8511821-
CMYK0.2800.820.54
HSL80.41º69.78%27.25%-
HSV(B)80.41º82.2%46.27%-
XYZ10.3614.943.05-
YUV97.0785.07119.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=37.95%
G=52.68%
B=9.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118210.2800.820.5480.4169.7827.25
Hex5576151C0523650461b
Octal125166253401226612010633
Binary101010111101101010111100010100101101101010000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557615; }

 p { color: rgb(85,118,21); }

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

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

 a { background-color: rgb(85,118,21); }

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

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

 span { border-color: rgb(85,118,21); }

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