Html Css Color HEX #557104 Fiji Green

📋 copy color: '#557104'

red 85 ◦ green 113 ◦ blue 4

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

Shades of Fiji Green #557104

Tints of Fiji Green #557104

RGB

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

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

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

R = 42.08%
G = 55.94%
B = 1.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#557104 (or 0x557104) is known color: Fiji Green. HEX triplet: 55, 71 and 04. RGB value is (85,113,4). Sum of RGB (Red+Green+Blue) = 85+113+4=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #557104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557104 is #AA8EFB. Grayscale: #5C5C5C. Windows color (decimal): -11177724 or 291157. OLE color: 291157.

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

Color convert

RGB 85 113 4 -
CMYK 0.25 0 0.96 0.56
HSL 75.41º 0.93% 0.23% -
HSV(B) 75.41º 0.96% 0.44% -
XYZ 9.67 13.75 2.26 -
YUV 92.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 85 113 4 0.25 0 0.96 0.56 75.41 0.93 0.23
Hex 55 71 4 19 0 60 38 4B 5D 17
Octal 125 161 4 31 0 140 70 113 135 27
Binary 1010101 1110001 100 11001 0 1100000 111000 1001011 1011101 10111

Color Harmonies of #557104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557104

Black with #557104

Text Example


Text Example

White with #557104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557104; }

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

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

background-color css

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

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

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

border-color css

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

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

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