Html Css Color HEX #557200 Fiji Green

📋 copy color: '#557200'

red 85 ◦ green 114 ◦ blue 0

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

Shades of Fiji Green #557200

Tints of Fiji Green #557200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.71%
G = 57.29%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#557200 (or 0x557200) is known color: Fiji Green. HEX triplet: 55, 72 and 00. RGB value is (85,114,0). Sum of RGB (Red+Green+Blue) = 85+114+0=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #557200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557200 is #AA8DFF. Grayscale: #5C5C5C. Windows color (decimal): -11177472 or 29269. OLE color: 29269.

HSL color Cylindrical-coordinate representation of color #557200: hue angle of 75.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557200 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 0 -
CMYK 0.25 0 1 0.55
HSL 75.26º 1% 0.22% -
HSV(B) 75.26º 1% 0.45% -
XYZ 9.76 13.97 2.18 -
YUV 92.33 75.89 122.77 -
System Red Green Blue C M Y K H S L
Decimal 85 114 0 0.25 0 1 0.55 75.26 1 0.22
Hex 55 72 0 19 0 64 37 4B 64 16
Octal 125 162 0 31 0 144 67 113 144 26
Binary 1010101 1110010 0 11001 0 1100100 110111 1001011 1100100 10110

Color Harmonies of #557200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557200

Black with #557200

Text Example


Text Example

White with #557200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557200; }

 p { color: rgb(85,114,0); }

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

background-color css

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

 a { background-color: rgb(85,114,0); }

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

border-color css

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

 span { border-color: rgb(85,114,0); }

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