Html Css Color HEX #557904 Fiji Green

📋 copy color: '#557904'

red 85 ◦ green 121 ◦ blue 4

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

Shades of Fiji Green #557904

Tints of Fiji Green #557904

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.62%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 40.48%
G = 57.62%
B = 1.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#557904 (or 0x557904) is known color: Fiji Green. HEX triplet: 55, 79 and 04. RGB value is (85,121,4). Sum of RGB (Red+Green+Blue) = 85+121+4=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #557904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557904 is #AA86FB. Grayscale: #616161. Windows color (decimal): -11175676 or 293205. OLE color: 293205.

HSL color Cylindrical-coordinate representation of color #557904: hue angle of 78.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #557904 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 4 -
CMYK 0.30 0 0.97 0.53
HSL 78.46º 0.94% 0.25% -
HSV(B) 78.46º 0.97% 0.47% -
XYZ 10.61 15.61 2.57 -
YUV 96.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 85 121 4 0.30 0 0.97 0.53 78.46 0.94 0.25
Hex 55 79 4 1E 0 61 35 4E 5E 19
Octal 125 171 4 36 0 141 65 116 136 31
Binary 1010101 1111001 100 11110 0 1100001 110101 1001110 1011110 11001

Color Harmonies of #557904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557904

Black with #557904

Text Example


Text Example

White with #557904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557904; }

 p { color: rgb(85,121,4); }

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

background-color css

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

 a { background-color: rgb(85,121,4); }

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

border-color css

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

 span { border-color: rgb(85,121,4); }

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