#55790D

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

Shades of Fiji Green #55790D

Tints of Fiji Green #55790D

Color information

#55790D (or 0x55790D) is unknown color: approx Fiji Green. HEX triplet: 55, 79 and 0D. RGB value is (85,121,13). Sum of RGB (Red+Green+Blue) = 85+121+13=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #55790D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55790D is #AA86F2. Grayscale: #626262. Windows color (decimal): -11175667 or 883029. OLE color: 883029.

HSL color Cylindrical-coordinate representation of color #55790D: hue angle of 80º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55790D is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB8512113-
CMYK0.3000.890.53
HSL80º80.6%26.27%-
HSV(B)80º89.26%47.45%-
XYZ10.6615.642.84-
YUV97.9280.07118.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=38.81%
G=55.25%
B=5.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121130.3000.890.538080.626.27
Hex5579D1E0593550511a
Octal125171153601316512012132
Binary10101011111001110111110010110011101011010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55790D; }

 p { color: rgb(85,121,13); }

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

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

 a { background-color: rgb(85,121,13); }

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

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

 span { border-color: rgb(85,121,13); }

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