Html Css Color HEX #557716 Fiji Green

📋 copy color: '#557716'

red 85 ◦ green 119 ◦ blue 22

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

Shades of Fiji Green #557716

Tints of Fiji Green #557716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.65%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 37.61%
G = 52.65%
B = 9.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#557716 (or 0x557716) is known color: Fiji Green. HEX triplet: 55, 77 and 16. RGB value is (85,119,22). Sum of RGB (Red+Green+Blue) = 85+119+22=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #557716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557716 is #AA88E9. Grayscale: #626262. Windows color (decimal): -11176170 or 1472341. OLE color: 1472341.

HSL color Cylindrical-coordinate representation of color #557716: hue angle of 81.03º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557716 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 22 -
CMYK 0.29 0 0.82 0.53
HSL 81.03º 0.69% 0.28% -
HSV(B) 81.03º 0.82% 0.47% -
XYZ 10.49 15.18 3.14 -
YUV 97.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 85 119 22 0.29 0 0.82 0.53 81.03 0.69 0.28
Hex 55 77 16 1D 0 52 35 51 45 1C
Octal 125 167 26 35 0 122 65 121 105 34
Binary 1010101 1110111 10110 11101 0 1010010 110101 1010001 1000101 11100

Color Harmonies of #557716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557716

Black with #557716

Text Example


Text Example

White with #557716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557716; }

 p { color: rgb(85,119,22); }

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

background-color css

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

 a { background-color: rgb(85,119,22); }

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

border-color css

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

 span { border-color: rgb(85,119,22); }

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