Html Css Color HEX #557401 Fiji Green

📋 copy color: '#557401'

red 85 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #557401

Tints of Fiji Green #557401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.43%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 42.08%
G = 57.43%
B = 0.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#557401 (or 0x557401) is known color: Fiji Green. HEX triplet: 55, 74 and 01. RGB value is (85,116,1). Sum of RGB (Red+Green+Blue) = 85+116+1=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #557401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557401 is #AA8BFE. Grayscale: #5E5E5E. Windows color (decimal): -11176959 or 95317. OLE color: 95317.

HSL color Cylindrical-coordinate representation of color #557401: hue angle of 76.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #557401 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 1 -
CMYK 0.27 0 0.99 0.55
HSL 76.17º 0.98% 0.23% -
HSV(B) 76.17º 0.99% 0.45% -
XYZ 10 14.42 2.29 -
YUV 93.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 85 116 1 0.27 0 0.99 0.55 76.17 0.98 0.23
Hex 55 74 1 1B 0 63 37 4C 62 17
Octal 125 164 1 33 0 143 67 114 142 27
Binary 1010101 1110100 1 11011 0 1100011 110111 1001100 1100010 10111

Color Harmonies of #557401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557401

Black with #557401

Text Example


Text Example

White with #557401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557401; }

 p { color: rgb(85,116,1); }

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

background-color css

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

 a { background-color: rgb(85,116,1); }

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

border-color css

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

 span { border-color: rgb(85,116,1); }

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