Html Css Color HEX #557001 Fiji Green

📋 copy color: '#557001'

red 85 ◦ green 112 ◦ blue 1

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

Shades of Fiji Green #557001

Tints of Fiji Green #557001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

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

R = 42.93%
G = 56.57%
B = 0.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#557001 (or 0x557001) is known color: Fiji Green. HEX triplet: 55, 70 and 01. RGB value is (85,112,1). Sum of RGB (Red+Green+Blue) = 85+112+1=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #557001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557001 is #AA8FFE. Grayscale: #5B5B5B. Windows color (decimal): -11177983 or 94293. OLE color: 94293.

HSL color Cylindrical-coordinate representation of color #557001: hue angle of 74.59º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #557001 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 1 -
CMYK 0.24 0 0.99 0.56
HSL 74.59º 0.98% 0.22% -
HSV(B) 74.59º 0.99% 0.44% -
XYZ 9.55 13.52 2.14 -
YUV 91.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 85 112 1 0.24 0 0.99 0.56 74.59 0.98 0.22
Hex 55 70 1 18 0 63 38 4B 62 16
Octal 125 160 1 30 0 143 70 113 142 26
Binary 1010101 1110000 1 11000 0 1100011 111000 1001011 1100010 10110

Color Harmonies of #557001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557001

Black with #557001

Text Example


Text Example

White with #557001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557001; }

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

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

background-color css

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

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

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

border-color css

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

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

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