Html Css Color HEX #557314 Fiji Green

📋 copy color: '#557314'

red 85 ◦ green 115 ◦ blue 20

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

Shades of Fiji Green #557314

Tints of Fiji Green #557314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 38.64%
G = 52.27%
B = 9.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#557314 (or 0x557314) is known color: Fiji Green. HEX triplet: 55, 73 and 14. RGB value is (85,115,20). Sum of RGB (Red+Green+Blue) = 85+115+20=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #557314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557314 is #AA8CEB. Grayscale: #5F5F5F. Windows color (decimal): -11177196 or 1340245. OLE color: 1340245.

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

Color convert

RGB 85 115 20 -
CMYK 0.26 0 0.83 0.55
HSL 78.95º 0.7% 0.26% -
HSV(B) 78.95º 0.83% 0.45% -
XYZ 10 14.24 2.88 -
YUV 95.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 85 115 20 0.26 0 0.83 0.55 78.95 0.7 0.26
Hex 55 73 14 1A 0 53 37 4F 46 1A
Octal 125 163 24 32 0 123 67 117 106 32
Binary 1010101 1110011 10100 11010 0 1010011 110111 1001111 1000110 11010

Color Harmonies of #557314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557314

Black with #557314

Text Example


Text Example

White with #557314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557314; }

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

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

background-color css

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

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

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

border-color css

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

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

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