Html Css Color HEX #557111 Fiji Green

📋 copy color: '#557111'

red 85 ◦ green 113 ◦ blue 17

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

Shades of Fiji Green #557111

Tints of Fiji Green #557111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 39.53%
G = 52.56%
B = 7.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#557111 (or 0x557111) is known color: Fiji Green. HEX triplet: 55, 71 and 11. RGB value is (85,113,17). Sum of RGB (Red+Green+Blue) = 85+113+17=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #557111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557111 is #AA8EEE. Grayscale: #5E5E5E. Windows color (decimal): -11177711 or 1143125. OLE color: 1143125.

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

Color convert

RGB 85 113 17 -
CMYK 0.25 0 0.85 0.56
HSL 77.5º 0.74% 0.25% -
HSV(B) 77.5º 0.85% 0.44% -
XYZ 9.75 13.78 2.68 -
YUV 93.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 85 113 17 0.25 0 0.85 0.56 77.5 0.74 0.25
Hex 55 71 11 19 0 55 38 4E 4A 19
Octal 125 161 21 31 0 125 70 116 112 31
Binary 1010101 1110001 10001 11001 0 1010101 111000 1001110 1001010 11001

Color Harmonies of #557111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557111

Black with #557111

Text Example


Text Example

White with #557111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557111; }

 p { color: rgb(85,113,17); }

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

background-color css

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

 a { background-color: rgb(85,113,17); }

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

border-color css

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

 span { border-color: rgb(85,113,17); }

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