#557b0c

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

Shades of Fiji Green #557B0C

Tints of Fiji Green #557B0C

Color information

#557B0C (or 0x557B0C) is unknown color: approx Fiji Green. HEX triplet: 55, 7B and 0C. RGB value is (85,123,12). Sum of RGB (Red+Green+Blue) = 85+123+12=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #557B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B0C is #AA84F3. Grayscale: #636363. Windows color (decimal): -11175156 or 818005. OLE color: 818005.

HSL color Cylindrical-coordinate representation of color #557B0C: hue angle of 80.54º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #557B0C is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB8512312-
CMYK0.3100.900.52
HSL80.54º82.22%26.47%-
HSV(B)80.54º90.24%48.24%-
XYZ10.916.122.89-
YUV98.9878.91118.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=38.64%
G=55.91%
B=5.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123120.3100.900.5280.5482.2226.47
Hex557BC1F05A3451521a
Octal125173143701326412112232
Binary10101011111011110011111010110101101001010001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557b0c; }

 p { color: rgb(85,123,12); }

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

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

 a { background-color: rgb(85,123,12); }

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

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

 span { border-color: rgb(85,123,12); }

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