#55790B

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

Shades of Fiji Green #55790B

Tints of Fiji Green #55790B

Color information

#55790B (or 0x55790B) is unknown color: approx Fiji Green. HEX triplet: 55, 79 and 0B. RGB value is (85,121,11). Sum of RGB (Red+Green+Blue) = 85+121+11=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #55790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55790B is #AA86F4. Grayscale: #626262. Windows color (decimal): -11175669 or 751957. OLE color: 751957.

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

Color convert

RGB8512111-
CMYK0.3000.910.53
HSL79.64º83.33%25.88%-
HSV(B)79.64º90.91%47.45%-
XYZ10.6415.632.77-
YUV97.779.07118.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=39.17%
G=55.76%
B=5.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121110.3000.910.5379.6483.3325.88
Hex5579B1E05B3550531a
Octal125171133601336512012332
Binary10101011111001101111110010110111101011010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55790B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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