#557215

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

Shades of Fiji Green #557215

Tints of Fiji Green #557215

Color information

#557215 (or 0x557215) is unknown color: approx Fiji Green. HEX triplet: 55, 72 and 15. RGB value is (85,114,21). Sum of RGB (Red+Green+Blue) = 85+114+21=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #557215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557215 is #AA8DEA. Grayscale: #5F5F5F. Windows color (decimal): -11177451 or 1405525. OLE color: 1405525.

HSL color Cylindrical-coordinate representation of color #557215: hue angle of 78.71º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557215 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB8511421-
CMYK0.2500.820.55
HSL78.71º68.89%26.47%-
HSV(B)78.71º81.58%44.71%-
XYZ9.914.022.89-
YUV94.7386.39121.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=38.64%
G=51.82%
B=9.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114210.2500.820.5578.7168.8926.47
Hex55721519052374f451a
Octal125162253101226711710532
Binary101010111100101010111001010100101101111001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557215; }

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

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

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

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

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

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

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

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