#557708

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

Shades of Fiji Green #557708

Tints of Fiji Green #557708

Color information

#557708 (or 0x557708) is unknown color: approx Fiji Green. HEX triplet: 55, 77 and 08. RGB value is (85,119,8). Sum of RGB (Red+Green+Blue) = 85+119+8=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #557708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557708 is #AA88F7. Grayscale: #606060. Windows color (decimal): -11176184 or 554837. OLE color: 554837.

HSL color Cylindrical-coordinate representation of color #557708: hue angle of 78.38º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557708 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB851198-
CMYK0.2900.930.53
HSL78.38º87.4%24.9%-
HSV(B)78.38º93.28%46.67%-
XYZ10.3915.142.61-
YUV96.1878.24120.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=40.09%
G=56.13%
B=3.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8511980.2900.930.5378.3887.424.9
Hex557781D05D354e5719
Octal125167103501356511612731
Binary10101011110111100011101010111011101011001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557708; }

 p { color: rgb(85,119,8); }

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

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

 a { background-color: rgb(85,119,8); }

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

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

 span { border-color: rgb(85,119,8); }

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