Html Css Color HEX #557301 Fiji Green

📋 copy color: '#557301'

red 85 ◦ green 115 ◦ blue 1

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

Shades of Fiji Green #557301

Tints of Fiji Green #557301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

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

R = 42.29%
G = 57.21%
B = 0.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#557301 (or 0x557301) is known color: Fiji Green. HEX triplet: 55, 73 and 01. RGB value is (85,115,1). Sum of RGB (Red+Green+Blue) = 85+115+1=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #557301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557301 is #AA8CFE. Grayscale: #5D5D5D. Windows color (decimal): -11177215 or 95061. OLE color: 95061.

HSL color Cylindrical-coordinate representation of color #557301: hue angle of 75.79º 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 #557301 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 1 -
CMYK 0.26 0 0.99 0.55
HSL 75.79º 0.98% 0.23% -
HSV(B) 75.79º 0.99% 0.45% -
XYZ 9.88 14.19 2.25 -
YUV 93.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 85 115 1 0.26 0 0.99 0.55 75.79 0.98 0.23
Hex 55 73 1 1A 0 63 37 4C 62 17
Octal 125 163 1 32 0 143 67 114 142 27
Binary 1010101 1110011 1 11010 0 1100011 110111 1001100 1100010 10111

Color Harmonies of #557301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557301

Black with #557301

Text Example


Text Example

White with #557301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557301; }

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

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

background-color css

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

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

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

border-color css

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

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

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