Html Css Color HEX #557500 Fiji Green

📋 copy color: '#557500'

red 85 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #557500

Tints of Fiji Green #557500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

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

R = 42.08%
G = 57.92%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#557500 (or 0x557500) is known color: Fiji Green. HEX triplet: 55, 75 and 00. RGB value is (85,117,0). Sum of RGB (Red+Green+Blue) = 85+117+0=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #557500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557500 is #AA8AFF. Grayscale: #5E5E5E. Windows color (decimal): -11176704 or 30037. OLE color: 30037.

HSL color Cylindrical-coordinate representation of color #557500: hue angle of 76.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #557500 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 0 -
CMYK 0.27 0 1 0.54
HSL 76.41º 1% 0.23% -
HSV(B) 76.41º 1% 0.46% -
XYZ 10.11 14.65 2.3 -
YUV 94.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 85 117 0 0.27 0 1 0.54 76.41 1 0.23
Hex 55 75 0 1B 0 64 36 4C 64 17
Octal 125 165 0 33 0 144 66 114 144 27
Binary 1010101 1110101 0 11011 0 1100100 110110 1001100 1100100 10111

Color Harmonies of #557500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557500

Black with #557500

Text Example


Text Example

White with #557500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557500; }

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

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

background-color css

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

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

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

border-color css

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

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

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