#556D0A

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

Shades of Fiji Green #556D0A

Tints of Fiji Green #556D0A

Color information

#556D0A (or 0x556D0A) is unknown color: approx Fiji Green. HEX triplet: 55, 6D and 0A. RGB value is (85,109,10). Sum of RGB (Red+Green+Blue) = 85+109+10=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #556D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556D0A is #AA92F5. Grayscale: #5A5A5A. Windows color (decimal): -11178742 or 683349. OLE color: 683349.

HSL color Cylindrical-coordinate representation of color #556D0A: hue angle of 74.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #556D0A is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB8510910-
CMYK0.2200.910.57
HSL74.55º83.19%23.33%-
HSV(B)74.55º90.83%42.75%-
XYZ9.2712.892.29-
YUV90.5482.55124.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 109 (42.97% from 255) = 53.43%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=41.67%
G=53.43%
B=4.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109100.2200.910.5774.5583.1923.33
Hex556DA1605B394b5317
Octal125155122601337111312327
Binary10101011101101101010110010110111110011001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556D0A; }

 p { color: rgb(85,109,10); }

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

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

 a { background-color: rgb(85,109,10); }

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

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

 span { border-color: rgb(85,109,10); }

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