#556819

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

Shades of Fiji Green #556819

Tints of Fiji Green #556819

Color information

#556819 (or 0x556819) is unknown color: approx Fiji Green. HEX triplet: 55, 68 and 19. RGB value is (85,104,25). Sum of RGB (Red+Green+Blue) = 85+104+25=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #556819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556819 is #AA97E6. Grayscale: #595959. Windows color (decimal): -11180007 or 1665109. OLE color: 1665109.

HSL color Cylindrical-coordinate representation of color #556819: hue angle of 74.43º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #556819 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB8510425-
CMYK0.1800.760.59
HSL74.43º61.24%25.29%-
HSV(B)74.43º75.96%40.78%-
XYZ8.8711.92.75-
YUV89.3191.71124.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=39.72%
G=48.60%
B=11.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104250.1800.760.5974.4361.2425.29
Hex5568191204C3B4a3d19
Octal12515031220114731127531
Binary10101011101000110011001001001100111011100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556819; }

 p { color: rgb(85,104,25); }

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

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

 a { background-color: rgb(85,104,25); }

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

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

 span { border-color: rgb(85,104,25); }

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