Html Css Color HEX #557113 Fiji Green

📋 copy color: '#557113'

red 85 ◦ green 113 ◦ blue 19

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

Shades of Fiji Green #557113

Tints of Fiji Green #557113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 39.17%
G = 52.07%
B = 8.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#557113 (or 0x557113) is known color: Fiji Green. HEX triplet: 55, 71 and 13. RGB value is (85,113,19). Sum of RGB (Red+Green+Blue) = 85+113+19=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #557113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557113 is #AA8EEC. Grayscale: #5E5E5E. Windows color (decimal): -11177709 or 1274197. OLE color: 1274197.

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

Color convert

RGB 85 113 19 -
CMYK 0.25 0 0.83 0.56
HSL 77.87º 0.71% 0.26% -
HSV(B) 77.87º 0.83% 0.44% -
XYZ 9.77 13.79 2.76 -
YUV 93.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 85 113 19 0.25 0 0.83 0.56 77.87 0.71 0.26
Hex 55 71 13 19 0 53 38 4E 47 1A
Octal 125 161 23 31 0 123 70 116 107 32
Binary 1010101 1110001 10011 11001 0 1010011 111000 1001110 1000111 11010

Color Harmonies of #557113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557113

Black with #557113

Text Example


Text Example

White with #557113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557113; }

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

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

background-color css

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

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

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

border-color css

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

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

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