Html Css Color HEX #557411 Fiji Green

📋 copy color: '#557411'

red 85 ◦ green 116 ◦ blue 17

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

Shades of Fiji Green #557411

Tints of Fiji Green #557411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 38.99%
G = 53.21%
B = 7.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#557411 (or 0x557411) is known color: Fiji Green. HEX triplet: 55, 74 and 11. RGB value is (85,116,17). Sum of RGB (Red+Green+Blue) = 85+116+17=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #557411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557411 is #AA8BEE. Grayscale: #5F5F5F. Windows color (decimal): -11176943 or 1143893. OLE color: 1143893.

HSL color Cylindrical-coordinate representation of color #557411: hue angle of 78.79º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #557411 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 17 -
CMYK 0.27 0 0.85 0.55
HSL 78.79º 0.74% 0.26% -
HSV(B) 78.79º 0.85% 0.45% -
XYZ 10.09 14.46 2.79 -
YUV 95.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 85 116 17 0.27 0 0.85 0.55 78.79 0.74 0.26
Hex 55 74 11 1B 0 55 37 4F 4A 1A
Octal 125 164 21 33 0 125 67 117 112 32
Binary 1010101 1110100 10001 11011 0 1010101 110111 1001111 1001010 11010

Color Harmonies of #557411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557411

Black with #557411

Text Example


Text Example

White with #557411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557411; }

 p { color: rgb(85,116,17); }

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

background-color css

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

 a { background-color: rgb(85,116,17); }

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

border-color css

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

 span { border-color: rgb(85,116,17); }

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