Html Css Color HEX #557118 Fiji Green

📋 copy color: '#557118'

red 85 ◦ green 113 ◦ blue 24

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

Shades of Fiji Green #557118

Tints of Fiji Green #557118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 38.29%
G = 50.9%
B = 10.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#557118 (or 0x557118) is known color: Fiji Green. HEX triplet: 55, 71 and 18. RGB value is (85,113,24). Sum of RGB (Red+Green+Blue) = 85+113+24=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #557118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557118 is #AA8EE7. Grayscale: #5E5E5E. Windows color (decimal): -11177704 or 1601877. OLE color: 1601877.

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

Color convert

RGB 85 113 24 -
CMYK 0.25 0 0.79 0.56
HSL 78.88º 0.65% 0.27% -
HSV(B) 78.88º 0.79% 0.44% -
XYZ 9.82 13.81 3.01 -
YUV 94.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 85 113 24 0.25 0 0.79 0.56 78.88 0.65 0.27
Hex 55 71 18 19 0 4F 38 4F 41 1B
Octal 125 161 30 31 0 117 70 117 101 33
Binary 1010101 1110001 11000 11001 0 1001111 111000 1001111 1000001 11011

Color Harmonies of #557118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557118

Black with #557118

Text Example


Text Example

White with #557118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557118; }

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

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

background-color css

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

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

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

border-color css

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

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

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