Html Css Color HEX #557018 Fiji Green

📋 copy color: '#557018'

red 85 ◦ green 112 ◦ blue 24

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

Shades of Fiji Green #557018

Tints of Fiji Green #557018

RGB

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

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

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

R = 38.46%
G = 50.68%
B = 10.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#557018 (or 0x557018) is known color: Fiji Green. HEX triplet: 55, 70 and 18. RGB value is (85,112,24). Sum of RGB (Red+Green+Blue) = 85+112+24=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #557018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557018 is #AA8FE7. Grayscale: #5E5E5E. Windows color (decimal): -11177960 or 1601621. OLE color: 1601621.

HSL color Cylindrical-coordinate representation of color #557018: hue angle of 78.41º 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 #557018 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 24 -
CMYK 0.24 0 0.79 0.56
HSL 78.41º 0.65% 0.27% -
HSV(B) 78.41º 0.79% 0.44% -
XYZ 9.71 13.59 2.97 -
YUV 93.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 85 112 24 0.24 0 0.79 0.56 78.41 0.65 0.27
Hex 55 70 18 18 0 4F 38 4E 41 1B
Octal 125 160 30 30 0 117 70 116 101 33
Binary 1010101 1110000 11000 11000 0 1001111 111000 1001110 1000001 11011

Color Harmonies of #557018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557018

Black with #557018

Text Example


Text Example

White with #557018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557018; }

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

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

background-color css

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

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

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

border-color css

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

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

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