Html Css Color HEX #557000 Fiji Green

📋 copy color: '#557000'

red 85 ◦ green 112 ◦ blue 0

#557000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #557000

Tints of Fiji Green #557000

RGB

 RED value IS 85 (33.59% from 255) = 43.15%

 GREEN value IS 112 (44.14% from 255) = 56.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.15%
G = 56.85%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#557000 (or 0x557000) is known color: Fiji Green. HEX triplet: 55, 70 and 00. RGB value is (85,112,0). Sum of RGB (Red+Green+Blue) = 85+112+0=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #557000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557000 is #AA8FFF. Grayscale: #5B5B5B. Windows color (decimal): -11177984 or 28757. OLE color: 28757.

HSL color Cylindrical-coordinate representation of color #557000: hue angle of 74.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557000 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 0 -
CMYK 0.24 0 1 0.56
HSL 74.46º 1% 0.22% -
HSV(B) 74.46º 1% 0.44% -
XYZ 9.54 13.52 2.11 -
YUV 91.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 85 112 0 0.24 0 1 0.56 74.46 1 0.22
Hex 55 70 0 18 0 64 38 4A 64 16
Octal 125 160 0 30 0 144 70 112 144 26
Binary 1010101 1110000 0 11000 0 1100100 111000 1001010 1100100 10110

Color Harmonies of #557000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557000

Black with #557000

Text Example


Text Example

White with #557000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557000; }

 p { color: rgb(85,112,0); }

 H1.HeaderClassName
 {
   color: #557000;
 }
 .AnyTagClassName
 {
   color: #557000;
 }
</style>

background-color css

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

 a { background-color: rgb(85,112,0); }

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

border-color css

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

 span { border-color: rgb(85,112,0); }

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